File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 18
18
ARG ARCH
19
19
20
20
# Build the manager binary
21
- FROM golang:1.22 AS builder
21
+ FROM golang:1.23 AS builder
22
22
WORKDIR /workspace
23
23
24
24
# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ def validate_auth():
173
173
174
174
tilt_helper_dockerfile_header = """
175
175
# Tilt image
176
- FROM golang:1.22 AS tilt-helper
176
+ FROM golang:1.23 AS tilt-helper
177
177
# Support live reloading with Tilt
178
178
RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/windmilleng/rerun-process-wrapper/master/restart.sh && \
179
179
wget --output-document /start.sh --quiet https://raw.githubusercontent.com/windmilleng/rerun-process-wrapper/master/start.sh && \
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/cluster-api-provider-azure
2
2
3
- go 1.22.7
3
+ go 1.23.0
4
4
5
- toolchain go1.22.12
5
+ toolchain go1.23.8
6
6
7
7
require (
8
8
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/cluster-api-provider-azure/hack/tools
2
2
3
- go 1.21
3
+ go 1.23.0
4
+
5
+ toolchain go1.23.8
4
6
5
7
require sigs.k8s.io/cluster-api/hack/tools v0.0.0-20240116152609-a150f715f5a6
6
8
You can’t perform that action at this time.
0 commit comments