Goenv icon indicating copy to clipboard operation
Goenv copied to clipboard

Listing the Go versions available for install

Open ndejoma opened this issue 1 year ago • 2 comments

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.

ndejoma avatar May 29 '23 07:05 ndejoma

Hi @ndejoma, That sound reasonable to me! Hopefully i can pick it up or if u're interested, please feel free to do so.

Clivern avatar Jun 01 '23 19:06 Clivern

@ndejoma @Clivern : Kindly try this out https://github.com/ankitcharolia/goenv (ignore if it does not fit to your requirements)

ankitcharolia avatar Jan 02 '24 11:01 ankitcharolia