Skip to content

Commit

Permalink
Update go version in automation script
Browse files Browse the repository at this point in the history
Kubernetes api machinery only support go 1.8 onwards anymore. Update the
CI go version from 1.7 to 1.9.

Signed-off-by: Travis CI <[email protected]>
  • Loading branch information
Travis CI committed Jan 15, 2018
1 parent a0fab02 commit 15cf7df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion automation/test.sh
Original file line number Diff line number Diff line change
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 15cf7df

Please sign in to comment.