Browse Source

Fix CI (#32062)

pull/32066/head
Lunny Xiao 1 year ago committed by GitHub
parent
commit
8cdf4e29c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      go.mod

5
go.mod

@ -2,6 +2,11 @@ module code.gitea.io/gitea @@ -2,6 +2,11 @@ module code.gitea.io/gitea
go 1.23
// 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:
// Default TLS cert uses negative serial number #895 https://github.com/microsoft/mssql-docker/issues/895
godebug x509negativeserial=1
require (
code.gitea.io/actions-proto-go v0.4.0
code.gitea.io/gitea-vet v0.2.3

Loading…
Cancel
Save