From 18bafcc3785e0afe66b8c1188bb940eb5bb864a6 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 12 Jun 2025 05:33:36 +0200 Subject: [PATCH] Bump minimum go version to 1.24.4 (#34699) Fixes 3 open govulncheck issues. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d2305b4f12..9cffa4885d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module code.gitea.io/gitea -go 1.24.2 +go 1.24.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: