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

Okay so, I'm new to Go, and found goenv since I'm familiar with rbenv, pyenv, etc. I'm having trouble getting stuff installed with `go get` commands that have binaries to...

bug
Hacktoberfest

Now that works, we can use this to fetch a complete list of go archives and installers. `golang-versions.py` ```py #!/usr/bin/env python3 """ Use this to pipe the JSON from 'https://golang.org/dl/?mode=json&include=all'...

enhancement
help wanted

When running ```$ goenv install 1.15.6``` on an RPi4 (arm64) the program fails silently without installing anything. Any clues? Thank you...

Hi there, I notice that there haven't been any 1.X releases lately in favour of 2.0.0 beta releases. Are we likely to see any more 1.X releases coming out? Is...

Hi , I tried install multiple versions with goenv however it did not work. ``` % goenv install 1.11.4 # return nothing % goenv install 1.15.12 # return nothing ```...

goenv install --list shows 1.12beta1 as the last go version available to install in goenv How do i install go version >= 1.13.x in goenv ?

a step towards https://github.com/syndbg/goenv/issues/121 would be to support `1.15` as valid go version ... and would be a nice feature itself

enhancement
help wanted

I'm not sure why goenv doesn't do anything here, on aarch64. I've installed both rbenv and pyenv too, and pyenv is installing Python 3.8.0 for me on there right now,...

Hi, I know many people are using homebrew to install goenv which relies on a tag and release system. Would you consider to adopt a more formal tagging procedure so...

Tracking version in `.go-version` is useful for scenarios where the user of `goenv` (who has goenv installed locally) is also a maintainer, or simply when the project has `.go-version`. It...

enhancement