From a0630fdd8b2eaedef18945daa050cc3aacb8f3dd Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 6 Nov 2025 05:30:57 +0100 Subject: [PATCH] Update to go 1.25.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 81187804a3f10..bfdfb06e2aca2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module code.gitea.io/gitea -go 1.25.3 +go 1.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: