Skip to content

Commit

Permalink
upgrade go version for build check tool images.
Browse files Browse the repository at this point in the history
  • Loading branch information
morvencao committed Dec 23, 2020
1 parent 3a04089 commit 0590455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prow/docker/build-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Binary tools
#############

FROM golang:1.14.12 as binary_tools_context
FROM golang:1.15.6 as binary_tools_context

ARG ARCH=amd64

Expand Down
2 changes: 1 addition & 1 deletion prow/docker/check-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Binary tools
#############

FROM golang:1.14.12 as binary_tools_context
FROM golang:1.15.6 as binary_tools_context

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

0 comments on commit 0590455

Please sign in to comment.