Skip to content

Commit

Permalink
upgrade golang version for building images. (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Morven Cao authored Nov 30, 2020
1 parent 7f17616 commit d61b998
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.7 as binary_tools_context
FROM golang:1.14.12 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.7 as binary_tools_context
FROM golang:1.14.12 as binary_tools_context

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

0 comments on commit d61b998

Please sign in to comment.