Skip to content

Commit

Permalink
Use go 1.16.3
Browse files Browse the repository at this point in the history
Bump up to 1.16.3
  • Loading branch information
jeffwidman committed Apr 28, 2021
1 parent 05a2faf commit b9240ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
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 b9240ed

Please sign in to comment.