Created
December 4, 2015 19:52
-
-
Save markjfletcher/dfb007adecdecec6fc5b to your computer and use it in GitHub Desktop.
Workflow for updating GO 1.5.x using GVM
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
gvm install go1.4 | |
gvm use go1.4 | |
export GOROOT_BOOTSTRAP=$GOROOT | |
gvm install go1.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment