chore: upgrade dockerfile_build to use go 1.16.4

pull/5754/head
Pavel Zavora 2021-05-20 10:37:47 +02:00
parent c39f3d57f1
commit fad9ec7634
1 changed files with 1 additions and 1 deletions

View File

@ -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; \