Skip to content

Commit 0ef87a7

Browse files
committed
Use go 1.23.4 everywhere
1 parent ddecf67 commit 0ef87a7

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export GO111MODULE=on
2424
unexport GOPATH
2525

2626
# Go
27-
GO_VERSION ?= 1.23.0
27+
GO_VERSION ?= 1.23.4
2828

2929
# Directories.
3030
ARTIFACTS ?= $(REPO_ROOT)/_artifacts

go.mod

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

3-
go 1.23.0
4-
5-
toolchain go1.23.4
3+
go 1.23.4
64

75
require (
86
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc

hack/tools/go.mod

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

3-
go 1.23.0
4-
5-
toolchain go1.23.2
3+
go 1.23.4
64

75
require (
86
github.com/a8m/envsubst v1.4.2

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ command = "make -C docs/book build"
44
publish = "docs/book/book"
55

66
[build.environment]
7-
GO_VERSION = "1.22.6"
7+
GO_VERSION = "1.23.4"
88

99
# Standard Netlify redirects
1010
[[redirects]]

0 commit comments

Comments
 (0)