From e4020f84075757adbed92f28008463ff8b0ef31f Mon Sep 17 00:00:00 2001 From: silverwind Date: Sat, 8 Nov 2025 16:19:24 +0100 Subject: [PATCH] Add toolchain directive to go.mod --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2be7558e5507c..7d787cf11ba54 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module code.gitea.io/gitea -go 1.25.4 +go 1.25.0 + +toolchain go1.25.4 // 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: