Skip to content

Commit

Permalink
Merge pull request #511 from erikgb/go-1-23
Browse files Browse the repository at this point in the history
Bump to Go 1.23 (and allow certificates with negative serial numbers)
  • Loading branch information
cert-manager-prow[bot] authored Jan 2, 2025
2 parents d9852c1 + c5e0120 commit 22a86ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
module github.com/cert-manager/trust-manager

go 1.22.0
go 1.23.0

// Added on bump to Go 1.23 as it seems like our current trust bundle contains certs with negative serial numbers.
// See also https://pkg.go.dev/crypto/x509#ParseCertificate
godebug x509negativeserial=1

require (
github.com/go-logr/logr v1.4.2
Expand Down

0 comments on commit 22a86ae

Please sign in to comment.