Update test image and binaries

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-06-23 22:33:26 -04:00
parent 991f95f6bf
commit 73be06960e
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
6 changed files with 9 additions and 10 deletions

View file

@ -56,7 +56,7 @@ RUN curl -L https://storage.googleapis.com/etcd/${ETCD_VERSION}/etcd-${ETCD_VERS
&& rm -rf /tmp/etcd-download
# install go
ENV GO_VERSION 1.12.5
ENV GO_VERSION 1.12.6
ENV GO_TARBALL "go${GO_VERSION}.linux-amd64.tar.gz"
RUN wget -q "https://storage.googleapis.com/golang/${GO_TARBALL}" && \
tar xzf "${GO_TARBALL}" -C /usr/local && \