Skip to content

Commit

Permalink
Bump to Go 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Godding Boye <[email protected]>
  • Loading branch information
erikgb committed Dec 13, 2024
1 parent 31fa3a2 commit c5e0120
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 c5e0120

Please sign in to comment.