From c6b7a879b945f2020514883ca1b9300c4668f41b Mon Sep 17 00:00:00 2001 From: Shin'ya Minazuki Date: Sat, 14 Feb 2026 11:03:45 +0000 Subject: [PATCH] Bump required tooolchain version to address https://pkg.go.dev/vuln/GO-2026-4337 Signed-off-by: Shin'ya Minazuki --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2a337c894a..4a2f8f188f 100644 --- a/go.mod +++ b/go.mod @@ -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: