From 001b6ddb31788063ff9a8e0aacfa93d6f70c3322 Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Thu, 5 Feb 2026 22:58:21 +0100 Subject: [PATCH] fix: Adjust the toolchain version Signed-off-by: Pascal Zimmermann --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 26a2b818efcea..4593df66f22f6 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module code.gitea.io/gitea go 1.25.0 -toolchain go1.25.6 +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: