1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 12:38:20 +00:00

Upgrade go to 1.24.6 (#35235)

This commit is contained in:
NorthRealm
2025-08-08 21:03:30 +08:00
committed by GitHub
parent ee9cd03f17
commit 793815adf7

2
go.mod
View File

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