From 5f60cd1492541bfcc101e854b0dc4d9b1d4f879e Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 13 May 2021 11:38:09 -0700 Subject: [PATCH] Bump Go to 1.16.4 (#74) --- images/Dockerfile.rox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Dockerfile.rox b/images/Dockerfile.rox index de26a840..110acf06 100644 --- a/images/Dockerfile.rox +++ b/images/Dockerfile.rox @@ -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 \