From cb1752cc0fe0604268032240ca84e498d5a31e6c Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 10 Jul 2025 14:26:22 +0200 Subject: [PATCH] Update to go 1.24.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index afe7c990e4056..8b8d61dc6570f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module code.gitea.io/gitea -go 1.24.4 +go 1.24.5 // 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: