We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a0909a + 61802e2 commit 2d96223Copy full SHA for 2d96223
go.mod
@@ -1,6 +1,6 @@
1
module sigs.k8s.io/cluster-api-operator
2
3
-go 1.23.0
+go 1.23
4
5
require (
6
github.com/MakeNowJust/heredoc v1.0.0
hack/chart-update/go.mod
module sigs.k8s.io/cluster-api-operator/hack/chart-update
github.com/google/go-github/v50 v50.2.0
hack/tools/go.mod
module sigs.k8s.io/cluster-api-operator/hack/tools
replace (
sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.9.4
test/go.mod
module sigs.k8s.io/cluster-api-operator/test
replace sigs.k8s.io/cluster-api-operator => ../
0 commit comments