Update go to 1.14 (#5173)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-26 14:23:42 -03:00 committed by GitHub
parent 2ca93f7f67
commit a830e931d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 6 deletions

View file

@ -62,7 +62,7 @@ RUN curl -sSL https://github.com/kubernetes-sigs/kind/releases/download/${KIND_V
&& chmod +x /usr/local/bin/kind
# install go
ENV GO_VERSION 1.13.8
ENV GO_VERSION 1.14
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 \

View file

@ -11,7 +11,7 @@ docker-build:
--pull \
--load \
--build-arg K8S_RELEASE=v1.17.0 \
--build-arg ETCD_VERSION=v3.3.15 \
--build-arg ETCD_VERSION=v3.3.18 \
--build-arg KIND_VERSION=v0.7.0 \
-t $(IMAGE):$(TAG) .