Forked from michaelneale/gist:1bab56cdc3866cd90d96
Last active
August 29, 2015 14:20
-
-
Save iamthiago/52def726c212c165f38b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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