Skip to content

Commit

Permalink
Set toolchain in go.mod (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshuman-agarwala authored Dec 2, 2024
1 parent 4bdb689 commit 3db934f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module sigs.k8s.io/cluster-api-provider-ibmcloud

go 1.22.0

toolchain go1.22.9

// Keep these modules sync with sigs.k8s.io/cluster-api repository
replace (
github.com/onsi/ginkgo/v2 => github.com/onsi/ginkgo/v2 v2.19.0
Expand Down
2 changes: 2 additions & 0 deletions hack/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module sigs.k8s.io/cluster-api-provider-ibmcloud/hack/tools

go 1.22.0

toolchain go1.22.9

replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.8.4

require (
Expand Down

0 comments on commit 3db934f

Please sign in to comment.