From fad9ec76342430fc487a33581a5941f21225a79d Mon Sep 17 00:00:00 2001 From: Pavel Zavora Date: Thu, 20 May 2021 10:37:47 +0200 Subject: [PATCH] chore: upgrade dockerfile_build to use go 1.16.4 --- etc/Dockerfile_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/Dockerfile_build b/etc/Dockerfile_build index 31a5ae793..85d306839 100644 --- a/etc/Dockerfile_build +++ b/etc/Dockerfile_build @@ -33,7 +33,7 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \ # Install go ENV GOPATH /root/go -ENV GO_VERSION 1.15.5 +ENV GO_VERSION 1.16.4 ENV GO_ARCH amd64 ENV GO111MODULES ON RUN wget https://storage.googleapis.com/golang/go${GO_VERSION}.linux-${GO_ARCH}.tar.gz; \