Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Listing the Go versions available for install #28

Open
ndejoma opened this issue May 29, 2023 · 2 comments
Open

Listing the Go versions available for install #28

ndejoma opened this issue May 29, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@ndejoma
Copy link

ndejoma commented May 29, 2023

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.

@Clivern Clivern added the enhancement New feature or request label Jun 1, 2023
@Clivern
Copy link
Owner

Clivern commented Jun 1, 2023

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

@ankitcharolia
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants