Skip to content

Commit

Permalink
Bump golang from 1.22.7 to 1.22.8 in /images/prow-tests (#526)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 6af7629 commit 37b7a52
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 37b7a52

Please sign in to comment.