Skip to content

Instantly share code, notes, and snippets.

@Muratam
Created November 12, 2017 09:15
Show Gist options
  • Save Muratam/c1bba835c5592078ceeaec5047487fe1 to your computer and use it in GitHub Desktop.
Save Muratam/c1bba835c5592078ceeaec5047487fe1 to your computer and use it in GitHub Desktop.
go 1.4 を経由して gvm で 1.9.2 を入れる
# gvm 1.4 -> 1.9.2
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
source /home/isucon/.gvm/scripts/gvm
gvm install go1.4 && gvm use go1.4
gvm install go1.9.2 && gvm use go1.9.2 --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment