From 1401ba5929cf6b4da83719c72badf1f1cbbb8754 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 30 Oct 2025 08:53:50 +0100 Subject: [PATCH] Bump minimum go version to 1.25.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 63c77593701a4..e4c0a5a989d3f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module code.gitea.io/gitea -go 1.25.1 +go 1.25.3 // 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: