0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-18 05:07:57 +01:00

Update toolchain to 1.25.8 for v1.25 (#36888)

> go1.25.8 (released 2026-03-05) includes security fixes to the
html/template, net/url, and os packages, as well as bug fixes to the go
command, the compiler, and the os package. See the [Go 1.25.8
milestone](https://github.com/golang/go/issues?q=milestone%3AGo1.25.8+label%3ACherryPickApproved)
on our issue tracker for details.
This commit is contained in:
Zettat123 2026-03-11 18:37:33 -06:00 committed by GitHub
parent 96515c0f20
commit 156d9ffb23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
go.mod
View File

@ -2,7 +2,7 @@ module code.gitea.io/gitea
go 1.25.0
toolchain go1.25.7
toolchain go1.25.8
// 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: