Skip to content

Commit

Permalink
Update Go to 1.23.3 (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
cardil authored Dec 2, 2024
1 parent e5ca898 commit b00b5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/prow-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ RUN curl -fsSL "https://github.com/protocolbuffers/protobuf/releases/download/v$
&& rm protoc.zip
# protoc-gen-gogofaster is installed below

FROM golang:1.22.8 AS external-go-latest
FROM golang:1.23.3 AS external-go-latest
# Capture the version that dependabot bumps so that we can install it into the base image
RUN go version | cut -d' ' -f3 > /golang.version

Expand Down

0 comments on commit b00b5ca

Please sign in to comment.