Skip to content

Commit

Permalink
Bump golang from 1.22.7 to 1.22.8 in /images/prow-tests
Browse files Browse the repository at this point in the history
Bumps golang from 1.22.7 to 1.22.8.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 916aa76 commit 4ed174c
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.7 AS external-go-latest
FROM golang:1.22.8 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 4ed174c

Please sign in to comment.