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