Skip to content

Commit

Permalink
Bump Go to 1.16.4 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
RTann authored May 13, 2021
1 parent 532b28b commit 5f60cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/Dockerfile.rox
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ RUN set -ex \

# Install Go
# https://golang.org/dl/
ARG GOLANG_VERSION=1.16.2
ARG GOLANG_SHA256=542e936b19542e62679766194364f45141fde55169db2d8d01046555ca9eb4b8
ARG GOLANG_VERSION=1.16.4
ARG GOLANG_SHA256=7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59
ENV GOPATH=/go
ENV PATH=$GOPATH/bin:/usr/local/go/bin:$PATH
RUN set -ex \
Expand Down

0 comments on commit 5f60cd1

Please sign in to comment.