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 1818ARG ARCH
1919
2020# Build the manager binary
21- FROM golang:1.22 AS builder
21+ FROM golang:1.23 AS builder
2222WORKDIR /workspace
2323
2424# 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():
173173
174174tilt_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
178178RUN 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 && \
Original file line number Diff line number Diff line change 11module 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.7
66
77require (
88 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
Original file line number Diff line number Diff line change 11module sigs.k8s.io/cluster-api-provider-azure/hack/tools
22
3- go 1.21
3+ go 1.23.0
4+
5+ toolchain go1.23.7
46
57require sigs.k8s.io/cluster-api/hack/tools v0.0.0-20240116152609-a150f715f5a6
68
You can’t perform that action at this time.
0 commit comments