mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-21 05:52:38 +00:00
Bump go version in go.mod (#34160)
Fixes: https://pkg.go.dev/vuln/GO-2025-3563 Because of a bug in go, we can not remove the minor version in go.mod without `make tidy` introducing a potentially harmful `toolchain` directive, so just bump the go version here. From what I gather, this will be fixed in go 1.25.
This commit is contained in:
parent
97171be1b4
commit
3eda79647b
2
go.mod
2
go.mod
@ -1,6 +1,6 @@
|
|||||||
module code.gitea.io/gitea
|
module code.gitea.io/gitea
|
||||||
|
|
||||||
go 1.23.6
|
go 1.23.8
|
||||||
|
|
||||||
// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate."
|
// 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:
|
// But some CAs use negative serial number, just relax the check. related:
|
||||||
|
Loading…
Reference in New Issue
Block a user