Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
functional: upgrade golang from 1.6.3 to 1.7
Browse files Browse the repository at this point in the history
Now that go 1.7 was released, we should install go 1.7 also inside of
VMs for functional tests.
  • Loading branch information
Dongsu Park committed Aug 16, 2016
1 parent 260cc17 commit 1ff7017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional/provision/install_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ HOME=$(getent passwd "${USER_ID}" | cut -d: -f6)
export GOROOT=${HOME}/go
export PATH=${HOME}/go/bin:${PATH}

gover=1.6.3
gover=1.7
gotar=go${gover}.linux-amd64.tar.gz
if [ ! -f ${HOME}/${gotar} ]; then
# Remove unfinished archive when you press Ctrl+C
Expand Down

0 comments on commit 1ff7017

Please sign in to comment.