0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-04 21:26:27 +01:00

Update Go version from 1.25.2 to 1.25.3

This commit is contained in:
wxiaoguang 2025-10-30 11:46:12 +08:00 committed by GitHub
parent 918b759aae
commit 2e4728554f
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 module code.gitea.io/gitea
go 1.25.2 go 1.25.3
// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate." // 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: // But some CAs use negative serial number, just relax the check. related: