Skip to content

Instantly share code, notes, and snippets.

@michaelneale
Created May 22, 2014 01:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save michaelneale/1bab56cdc3866cd90d96 to your computer and use it in GitHub Desktop.
Save michaelneale/1bab56cdc3866cd90d96 to your computer and use it in GitHub Desktop.
Go GVM
if [ ! -e /home/jenkins/.gvm/scripts/gvm ]
then
wget https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer
chmod +x gvm-installer
./gvm-installer
fi
source /home/jenkins/.gvm/scripts/gvm
gvm install go1
gvm use go1 [--default]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment