Skip to content

Commit

Permalink
Merge pull request #3571 from jeffwidman/patch-1
Browse files Browse the repository at this point in the history
Use go 1.16.3
  • Loading branch information
thepwagner committed Apr 28, 2021
2 parents 3dffae3 + b9240ed commit 06f2259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -165,8 +165,8 @@ USER root
### GO

# Install Go and dep
ARG GOLANG_VERSION=1.16.2
ARG GOLANG_CHECKSUM=542e936b19542e62679766194364f45141fde55169db2d8d01046555ca9eb4b8
ARG GOLANG_VERSION=1.16.3
ARG GOLANG_CHECKSUM=951a3c7c6ce4e56ad883f97d9db74d3d6d80d5fec77455c6ada6c1f7ac4776d2
ENV PATH=/opt/go/bin:$PATH \
GOPATH=/opt/go/gopath
RUN cd /tmp \
Expand Down

0 comments on commit 06f2259

Please sign in to comment.