1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-17 03:38:13 +00:00

Update to go 1.25.4 (#35877)

https://tip.golang.org/doc/devel/release#go1.25.4
This commit is contained in:
silverwind
2025-11-06 07:04:38 +01:00
committed by GitHub
parent 23a37b4b77
commit aaa8033ee9

2
go.mod
View File

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