Aceix opened this issue 2 years ago · 1 comments
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