Skip to content

Commit

Permalink
Merge pull request #655 from rmohr/enwgo
Browse files Browse the repository at this point in the history
Update go version in automation script
  • Loading branch information
rmohr committed Jan 15, 2018
2 parents 7553bd7 + 15cf7df commit 150d382
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion automation/test.sh
Expand Up @@ -40,7 +40,8 @@ fi
VAGRANT_PREFIX=${VARIABLE:-kubevirt}

# Install GO
eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=stable bash)"
export GIMME_GO_VERSION=1.9.2
eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | bash)"
export WORKSPACE="${WORKSPACE:-$PWD}"
export GOPATH="${GOPATH:-$WORKSPACE/go}"
export GOBIN="${GOBIN:-$GOPATH/bin}"
Expand Down

0 comments on commit 150d382

Please sign in to comment.