1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
sudo apt install curl git mercurial make binutils bison gcc build-essential
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
gvm listall
gvm list
gvm install go1.4 -B gvm use go1.4 export GOROOT_BOOTSTRAP=$GOROOT gvm install go1.15rc2 gvm use go1.15rc2
|