Skip to content

Commit 2657e05

Browse files
committed
Revert "CARRY: (temporary) downgrade Go to 1.23.2"
This reverts commit 2524ecb.
1 parent f51cdb1 commit 2657e05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/cluster-api-provider-openstack
22

3-
go 1.23.2
3+
go 1.23.4
44

55
require (
66
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc

hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/cluster-api-provider-openstack/hack/tools
22

3-
go 1.23.2
3+
go 1.23.4
44

55
require (
66
github.com/a8m/envsubst v1.4.2

openshift/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openshift/cluster-api-provider-openstack/openshift
22

3-
go 1.23.2
3+
go 1.21
44

55
require (
66
github.com/go-logr/logr v1.4.2

0 commit comments

Comments
 (0)