From 2e4728554f29bf375913637f38cbad43af1cc1cc Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Thu, 30 Oct 2025 11:46:12 +0800 Subject: [PATCH] Update Go version from 1.25.2 to 1.25.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e4de05f6af..e4c0a5a989 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module code.gitea.io/gitea -go 1.25.2 +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: