From e68f92d9a4e7862294d8de54a032f86abb8f7396 Mon Sep 17 00:00:00 2001 From: Mingzhu Yan Date: Mon, 28 Apr 2025 10:45:11 +0800 Subject: [PATCH] Fix go version go cmd will download and cache a copy of the Go toolchain, but go1.24 is not a valid version since https://github.com/golang/go/issues/57631 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bd234a1b61807..34b09ab54cf0f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module code.gitea.io/gitea -go 1.24 +go 1.24.2 // 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: