Skip to content

Instantly share code, notes, and snippets.

@goodjob1114
Created October 29, 2015 02:45
Show Gist options
  • Save goodjob1114/9faad636088ed255bd71 to your computer and use it in GitHub Desktop.
Save goodjob1114/9faad636088ed255bd71 to your computer and use it in GitHub Desktop.
error with gvm install go1.5... @dariusc93's solution
#!/bin/bash
# https://github.com/moovweb/gvm/issues/155
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