moovweb/gvm

Installing go1.20

Aceix opened this issue · 1 comments

Aceix commented

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

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