Browse Source

Upgrade go to 1.24.6 (#35235)

pull/35262/head
NorthRealm 4 months ago committed by GitHub
parent
commit
793815adf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      go.mod

2
go.mod

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
module code.gitea.io/gitea
go 1.24.5
go 1.24.6
// 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…
Cancel
Save