Skip to content

Commit

Permalink
Bump go to 1.16.2 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBaeumer authored Mar 17, 2021
1 parent 5b14bce commit 532b28b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/Dockerfile.collector
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM circleci/golang:1.16.1-buster
FROM circleci/golang:1.16.2-buster

USER 0

Expand Down
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.1
ARG GOLANG_SHA256=3edc22f8332231c3ba8be246f184b736b8d28f06ce24f08168d8ecf052549769
ARG GOLANG_VERSION=1.16.2
ARG GOLANG_SHA256=542e936b19542e62679766194364f45141fde55169db2d8d01046555ca9eb4b8
ENV GOPATH=/go
ENV PATH=$GOPATH/bin:/usr/local/go/bin:$PATH
RUN set -ex \
Expand Down

0 comments on commit 532b28b

Please sign in to comment.