Skip to content

Commit

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

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

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 Aug 31, 2021
1 parent faef3e9 commit 983bce9
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.16.6 as binary_tools_context
FROM golang:1.17.0 as binary_tools_context

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

0 comments on commit 983bce9

Please sign in to comment.