@@ -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