From 9f268edd2fbe43c8f97cdac607383dc86d05f9af Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 3 Dec 2025 00:26:07 +0100 Subject: [PATCH] Update go toolchain to 1.25.5 (#36074) Fixes: https://pkg.go.dev/vuln/GO-2025-4155 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 51cf47b2d3..6806e76ffc 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module code.gitea.io/gitea go 1.25.0 -toolchain go1.25.4 +toolchain go1.25.5 // 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: