Update to go 1.24.5 (#35031)

https://go.dev/doc/devel/release#go1.24.5
This commit is contained in:
silverwind 2025-07-10 17:48:36 +02:00 committed by GitHub
parent 4b174e44a8
commit 36a19f2569
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.24.4 go 1.24.5
// 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: