Skip to content

Commit ca36b12

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 ca36b12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module code.gitea.io/gitea
22

33
go 1.24
44

5+
toolchain go1.24.2
6+
57
// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate."
68
// But some CAs use negative serial number, just relax the check. related:
79
// Default TLS cert uses negative serial number #895 https://github.com/microsoft/mssql-docker/issues/895

0 commit comments

Comments
 (0)