mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-28 12:09:53 +00:00
Bump minimum go version to 1.24.4 (#34699)
Fixes 3 open govulncheck issues.
This commit is contained in:
parent
8d135ef5cf
commit
18bafcc378
1 changed files with 1 additions and 1 deletions
2
go.mod
2
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue