Skip to content

Instantly share code, notes, and snippets.

@iamthiago
Forked from michaelneale/gist:1bab56cdc3866cd90d96
Last active August 29, 2015 14:20
Show Gist options
  • Save iamthiago/52def726c212c165f38b to your computer and use it in GitHub Desktop.
Save iamthiago/52def726c212c165f38b to your computer and use it in GitHub Desktop.
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