Change next Go runtime to test to 1.11
parent
375eddebb8
commit
289a05efd6
|
@ -24,7 +24,10 @@ RUN gem install fpm
|
|||
|
||||
# Install go
|
||||
ENV GOPATH /root/go
|
||||
ENV GO_VERSION 1.9.2
|
||||
|
||||
# TODO(edd) this needs to be updated to 1.11 when the branch is available.
|
||||
ENV GO_VERSION 1.10.3
|
||||
|
||||
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 && \
|
Loading…
Reference in New Issue