mirror of
https://github.com/go-gitea/gitea
synced 2024-11-10 20:24:24 +00:00
Fix CI (#32062)
This commit is contained in:
parent
f38e101448
commit
8cdf4e29c4
5
go.mod
5
go.mod
@ -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…
Reference in New Issue
Block a user