goenv icon indicating copy to clipboard operation
goenv copied to clipboard

:blue_car: Like pyenv and rbenv, but for Go.

Results 58 goenv issues
Sort by recently updated
recently updated
newest added

Jenv has an option to [add an already-installed Java version to its list of known installed versions](https://github.com/jenv/jenv#12-adding-your-java-environment). That would also be useful in goenv, and would allow us to bypass...

1. mirror url is not expected checksum https://github.com/go-nv/goenv/blob/40b645ae1b317a4395efa1a05dcc66b496c30ce2/plugins/go-build/bin/go-build#L512 maybe expected below ``` local tarball_filename=$(basename $package_url) mirror_url="${GO_BUILD_MIRROR_URL}/$tarball_filename" ``` 2. Is the variable IS_TEST in the http function under the wrong condition?...

👋🏻 I use https://www.warp.dev/ with a Zsh shell and a https://starship.rs/ prompt (I also use [Zoxide](https://github.com/ajeetdsouza/zoxide) for switching directories but the reported issue happens even with standard `cd`). I'm finding...

MacOS and many users frequently have `ls` customized in ways that break goenv. For example when `ls` has -F turned on directories are listed with a trailing slash/ which breaks...

From what I can tell, this project only supports Linux and macOS. It would be great to add Windows support and potentially also distribution with [Chocolatey](https://chocolatey.org/)!

Does anyone use both vscode and goenv? Because of different projects use different Golang versions. So I look for Golang Version Management tool. I found `goenv`, it's cool. `Goenv` can...

@ankitcharolia I like the idea of a go-based CLI. However, your version isn't fully-featured like the goenv we are maintaing and adding features. I would like to propose that we...

question
milestone
goenv-v3

https://github.com/syndbg/goenv/issues/247 moved the shims directory to the end of the PATH, so go doesn't work if have `/usr/bin/go`. ```shell # the shims directory to the end of the PATH which...

Same behaviour as `goenv install 1.20`. e.g.: `goenv install 1.20 && goenv global 1.20` Currently responds `goenv: version '1.20' not installed`

in-progress

Greetings, there is the possibility of being able to compile from the source code each version of Go to be installed, I am currently using Guix, and when trying to...