moovweb / gvm

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

Impossible to install Go2 #347

Open astavonin opened 4 years ago

astavonin commented 4 years ago

Go2 is available and is highly valuable for experiments. Meanwhile, Go2 branch (dev.go2go) is not in GVM available releases list: gvm listall.

mgorozii commented 3 years ago

My workaround is:

cd ~/.gvm/archive/go
git checkout dev.go2go
git tag dev.go2go-`git rev-parse --short HEAD`
gvm install dev.go2go-`git rev-parse --short HEAD`
ghost commented 3 years ago

Would it be feasible to integrate experimental versions into the listall functionality?