Skip to content

Commit b872d66

Browse files
authored
Merge pull request #2425 from k8s-infra-cherrypick-robot/cherry-pick-2424-to-release-0.12
[release-0.12] 🌱 go.mod: stick to 1.23.0
2 parents 84ae2c9 + 423f013 commit b872d66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

+1-1
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.4
3+
go 1.23.0
44

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

hack/tools/go.mod

+1-1
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.4
3+
go 1.23.0
44

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

0 commit comments

Comments
 (0)