Skip to content

Instantly share code, notes, and snippets.

@markjfletcher
Created December 4, 2015 19:52
Show Gist options
  • Save markjfletcher/dfb007adecdecec6fc5b to your computer and use it in GitHub Desktop.
Save markjfletcher/dfb007adecdecec6fc5b to your computer and use it in GitHub Desktop.
Workflow for updating GO 1.5.x using GVM
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