Bump required tooolchain version to address https://pkg.go.dev/vuln/GO-2026-4337

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
2026-02-14 11:03:45 +00:00
parent 2fd669ee39
commit c6b7a879b9

2
go.mod
View File

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