You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes, I use a tool like nvm to manage my Node versions. In nvm we have a command nvm ls-remote which lists the Node versions that are available for install so that I can know what to install with the goenv install command and specifying the right version.
Describe the solution you'd like
A command like goenv ls-remote which will return the Go versions available for download and also marks which of the available Go versions have been installed locally by using a different coloring or another way to mark them as already installed, similar to what nvm ls-remote. It will also be good to mark the LTS versions of Go that are available for installation.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Yes, I use a tool like nvm to manage my Node versions. In nvm we have a command
nvm ls-remote
which lists the Node versions that are available for install so that I can know what to install with thegoenv install
command and specifying the right version.Describe the solution you'd like
A command like
goenv ls-remote
which will return the Go versions available for download and also marks which of the available Go versions have been installed locally by using a different coloring or another way to mark them as already installed, similar to whatnvm ls-remote
. It will also be good to mark the LTS versions of Go that are available for installation.The text was updated successfully, but these errors were encountered: