Upgrade to go 1.25.3 (#35656)

This commit is contained in:
Lunny Xiao
2025-10-15 01:09:32 -07:00
committed by GitHub
parent 9ae2e9e76f
commit 1bdb0b71b1
2 changed files with 5 additions and 5 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module code.gitea.io/gitea
go 1.25.1
go 1.25.3
// 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: