Skip to content

Commit 57a1b77

Browse files
committed
Fix go version
go cmd will download and cache a copy of the Go toolchain, but go1.24 is not a valid version since golang/go#57631
1 parent 533b8b2 commit 57a1b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module code.gitea.io/gitea
22

3-
go 1.24
3+
go 1.24.0
44

55
// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate."
66
// But some CAs use negative serial number, just relax the check. related:

0 commit comments

Comments
 (0)