Go/gvm
< Go
Jump to navigation
Jump to search
https://github.com/moovweb/gvm
# before use gvm install
sudo apt-get install build-essential
# install go1.4 first as build tool-chain for later version
gvm install go1.4 -B
gvm use go1.4
export GOROOT_BOOTSTRAP=$GOROOT
# install go
gvm install 1.23