Skip to content

Commit 29751a8

Browse files
authored
Merge pull request #5561 from mboersma/bump-go-toolchain
Bump Go toolchain to v1.23.8
2 parents d5b47bf + 4ab62ae commit 29751a8

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Dockerfile

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

2020
# Build the manager binary
21-
FROM golang:1.22 AS builder
21+
FROM golang:1.23 AS builder
2222
WORKDIR /workspace
2323

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

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def validate_auth():
173173

174174
tilt_helper_dockerfile_header = """
175175
# Tilt image
176-
FROM golang:1.22 AS tilt-helper
176+
FROM golang:1.23 AS tilt-helper
177177
# Support live reloading with Tilt
178178
RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/windmilleng/rerun-process-wrapper/master/restart.sh && \
179179
wget --output-document /start.sh --quiet https://raw.githubusercontent.com/windmilleng/rerun-process-wrapper/master/start.sh && \

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module sigs.k8s.io/cluster-api-provider-azure
22

3-
go 1.22.7
3+
go 1.23.0
44

5-
toolchain go1.22.12
5+
toolchain go1.23.8
66

77
require (
88
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0

hack/tools/go.mod

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

3-
go 1.21
3+
go 1.23.0
4+
5+
toolchain go1.23.8
46

57
require sigs.k8s.io/cluster-api/hack/tools v0.0.0-20240116152609-a150f715f5a6
68

0 commit comments

Comments
 (0)