chore(build): upgade golang to 1.15.5

pull/5610/head
Pavel Zavora 2020-11-20 05:19:08 +01:00
parent 7e0cba1890
commit 994ccc6f75
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.4
ENV GO_VERSION 1.15.5
ENV GO_ARCH amd64
ENV GO111MODULES ON
RUN wget https://storage.googleapis.com/golang/go${GO_VERSION}.linux-${GO_ARCH}.tar.gz; \