Update go and e2e image (#5289)
This commit is contained in:
parent
d8ecfb7324
commit
9af24fdf5b
6 changed files with 7 additions and 7 deletions
|
|
@ -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.14
|
||||
ENV GO_VERSION 1.14.1
|
||||
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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue