fix go version (#34299)

go cmd will download and cache a copy of the Go toolchain, go1.24 is not
a valid version since https://github.com/golang/go/issues/57631.
pull/34307/head^2
Mingzhu Yan 2025-04-29 20:24:53 +07:00 committed by GitHub
parent 648df8a5e1
commit 7bd2ce7109
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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