Skip to content

Commit

Permalink
Bump golang from 1.18.7 to 1.19.2 in /prow/docker/check-tool (#480)
Browse files Browse the repository at this point in the history
Bumps golang from 1.18.7 to 1.19.2.

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2022
1 parent f043a9c commit 06dc9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/docker/check-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#############

# Use golang as the binary_tools_context
FROM golang:1.18.7 as binary_tools_context
FROM golang:1.19.2 as binary_tools_context

# Pinned versions of stuff
ENV GOIMPORTS_VERSION=379209517ffe
Expand Down

0 comments on commit 06dc9fd

Please sign in to comment.