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

@ -67,7 +67,7 @@ echo ${docker_password} | docker login -u ${docker_username} --password-stdin qu
curl -sL -o /usr/local/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
chmod +x /usr/local/bin/gimme
eval "$(gimme 1.13.8)"
eval "$(gimme 1.14)"
export GOPATH="/tmp/go"

View file

@ -70,7 +70,7 @@ echo ${docker_password} | docker login -u ${docker_username} --password-stdin qu
curl -sL -o /usr/local/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
chmod +x /usr/local/bin/gimme
eval "$(gimme 1.13.8)"
eval "$(gimme 1.14)"
git clone https://github.com/kubernetes/ingress-nginx