Skip to content

Commit

Permalink
Fix CI (#32062)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny authored Sep 17, 2024
1 parent f38e101 commit 8cdf4e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cdf4e2

Please sign in to comment.