0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-12 13:22:55 +02:00

try go 1.25.2

This commit is contained in:
wxiaoguang 2025-10-30 11:44:49 +08:00 committed by GitHub
parent 866108de59
commit 918b759aae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
go.mod
View File

@ -1,6 +1,6 @@
module code.gitea.io/gitea
go 1.25.1
go 1.25.2
// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate."
// But some CAs use negative serial number, just relax the check. related: