Skip to content

Commit 7fdef1d

Browse files
authored
Merge pull request #1406 from justinsb/golang_1_23_5
chore: bump golang to 1.23.5
2 parents f37f1be + 9b89069 commit 7fdef1d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2020
with:
21-
go-version: "1.22"
21+
go-version: "1.23"
2222
check-latest: true
2323
cache: false
2424

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Build the manager binary
16-
FROM golang:1.22.11@sha256:d5b17d684180648e16ea974bea677498945e8b619f7b26325958d8d99e97f9ea as builder
16+
FROM golang:1.23.5@sha256:8c10f21bec412f08f73aa7b97ca5ac5f28a39d8a88030ad8a339fd0a781d72b4 as builder
1717
WORKDIR /workspace
1818

1919
# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export GOPROXY
3333
export GO111MODULE=on
3434

3535
# Go version
36-
GOLANG_VERSION := 1.22.11
36+
GOLANG_VERSION := 1.23.5
3737

3838
# Kubebuilder
3939
export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.31.0

go.mod

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

33
go 1.22.0
44

5-
toolchain go1.22.8
5+
toolchain go1.23.5
66

77
replace (
88
// cel-go should match the version imported by CAPI.

hack/tools/go.mod

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

33
go 1.22.0
44

5-
toolchain go1.22.8
5+
toolchain go1.23.5
66

77
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.9.4
88

netlify.toml

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

66
[build.environment]
7-
GO_VERSION = "1.21.10"
7+
GO_VERSION = "1.23.5"
88

99
# Standard Netlify redirects
1010
[[redirects]]

0 commit comments

Comments
 (0)