This commit is contained in:
Bob Mottram 2016-02-17 17:59:40 +00:00
parent 9ad05dff8a
commit c7183019ed
1 changed files with 3 additions and 0 deletions

View File

@ -6666,6 +6666,9 @@ function upgrade_golang {
echo $'gvm installer not found'
fi
chmod +x binscripts/gvm-installer
# TODO: this script is all over the place
# and contains hardcoded github. See if you can do better
./binscripts/gvm-installer
[[ -s "$HOME/.gvm/scripts/gvm" ]] && source "$HOME/.gvm/scripts/gvm"
gvm install go1.4