Skip to content

Commit

Permalink
set go to 1.22 to make cert-manager happy
Browse files Browse the repository at this point in the history
Remove toolchain directive and just set the go correctly to minimum
acceptable go version by cert-manager.

Signed-off-by: Tuomo Tanskanen <[email protected]>
  • Loading branch information
tuminoid committed Aug 15, 2024
1 parent e35d991 commit 804a9bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/metal3-io/baremetal-operator/test

go 1.22.0

toolchain go1.22.6
go 1.22.4

require (
github.com/cert-manager/cert-manager v1.10.2
Expand Down

0 comments on commit 804a9bf

Please sign in to comment.