Skip to content

Commit

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

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

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 Feb 17, 2022
1 parent 8b85cd9 commit e12fa3d
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.17.5 as binary_tools_context
FROM golang:1.17.7 as binary_tools_context

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

0 comments on commit e12fa3d

Please sign in to comment.