moovweb / gvm

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

Auto-bootstrap #493

Open dmurvihill opened 1 week ago

dmurvihill commented 1 week ago

To stem the endless parade of issues complaining about needing Go to install Go, consider automatically resolving and applying the bootstrap path within gvm.

The current path to latest is C -> go1.4 -> go1.17.13 -> go1.20.6 -> go1.23.1. gvm could automatically resolve this path and handle all of the steps in one command (perhaps with a prompt).