Update go to 1.11.4

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-12-19 11:33:47 -03:00
parent c6629accf9
commit d9bc997e7c
2 changed files with 4 additions and 5 deletions

View file

@ -40,7 +40,7 @@ if [ "$missing" = true ];then
exit 1
fi
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v12062018-cc2b54472
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v12192018-c6629accf
DOCKER_OPTS=${DOCKER_OPTS:-""}

View file

@ -25,9 +25,9 @@ RUN clean-install \
python \
pkg-config
ENV GOLANG_VERSION 1.11.2
ENV GOLANG_VERSION 1.11.4
ENV GO_ARCH linux-amd64
ENV GOLANG_SHA 1dfe664fa3d8ad714bbd15a36627992effd150ddabd7523931f077b3926d736d
ENV GOLANG_SHA fb26c30e6a04ad937bbc657a1b5bba92f80096af1e8ee6da6430c045a8db3a5b
RUN set -eux; \
url="https://golang.org/dl/go${GOLANG_VERSION}.${GO_ARCH}.tar.gz"; \
@ -62,6 +62,5 @@ RUN luarocks install luacheck \
RUN go get github.com/onsi/ginkgo/ginkgo \
&& go get golang.org/x/lint/golint
RUN curl -Lo /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.12.0/bin/linux/amd64/kubectl \
RUN curl -Lo /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.12.4/bin/linux/amd64/kubectl \
&& chmod +x /usr/local/bin/kubectl