Skip to content

Commit

Permalink
update go version to 1.15.7 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
horis233 authored Feb 2, 2021
1 parent 1a78010 commit ad22dc7
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 @@ -3,7 +3,7 @@
#############

# Use golang as the binary_tools_context
FROM golang:1.15.6 as binary_tools_context
FROM golang:1.15.7 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 @@ -3,7 +3,7 @@
#############

# Use golang as the binary_tools_context
FROM golang:1.15.6 as binary_tools_context
FROM golang:1.15.7 as binary_tools_context

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

0 comments on commit ad22dc7

Please sign in to comment.