chore: Late to the party fix for influxdata/plutonium#3339 (#21080)

pull/21254/head
Cody Shepherd 2021-03-26 13:29:03 -07:00 committed by GitHub
parent ad06a9cda4
commit 0dd3d1f096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ VOLUME $PROJECT_DIR
# Install go
ENV GO_VERSION 1.12
ENV GO_VERSION 1.13
ENV GO_ARCH amd64
RUN wget --no-verbose https://storage.googleapis.com/golang/go${GO_VERSION}.linux-${GO_ARCH}.tar.gz && \
tar -C /usr/local/ -xf /go${GO_VERSION}.linux-${GO_ARCH}.tar.gz && \