moovweb / gvm

Go Version Manager
http://github.com/moovweb/gvm
MIT License
9.88k stars 520 forks source link

Installing go1.20 #424

Closed Aceix closed 1 year ago

Aceix commented 1 year ago

Installing (compiling) go1.20 requires go1.17.3+ instead of go1.4 as bootstrap.

NoobTW commented 1 year ago

It's now like

gvm install go1.4 -B
gvm use go1.4
export GOROOT_BOOTSTRAP=$GOROOT
gvm install go1.17.13
gvm use go1.17.13
export GOROOT_BOOTSTRAP=$GOROOT
gvm install go1.20
gvm use go1.20