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
trafficstars

https://github.com/syndbg/goenv/commit/42e51f92cdc4f69473346b6004d10e5b55c61e92 Golang.org is not accessible in some areas like china. And `https://golang.org/dl/sone.pkg` will eventually jump to `https://dl.google.com/go/sone.pkg` to perform the download. Can we replace `golang.org` with `dl.google.com/go` Or provide an...

enhancement

goenv is cool, I would like to use its docker image to build my project so that I can manage different go versions. Is there an official docker image for...

I am just trying out the goenv tool and wanted to check if there's an equivalent to the gvm pkgsets for isolating the package dependencies for different GoLang projects. We...

When new version of go is release like go1.15rc1,we must imp plugins。can make choice to install custom verion with dl link? Thanks.

Go2 already has the minimum available version, hope to support it. ref https://go.googlesource.com/go/+/refs/heads/dev.go2go/README.go2go.md

help wanted

First off, thanks for the great tool. I've run into a few problems since upgrading from version 1.X `brew install --HEAD goenv` Previously I had the following in my `.bash_profile`,...

``` ➜ .goenv git:(master) ls cache go1.12.4.darwin-amd64.tar.gz ➜ .goenv git:(master) goenv install 1.12.4 Downloading go1.12.4.darwin-amd64.tar.gz... -> https://dl.google.com/go/go1.12.4.darwin-amd64.tar.gz ^C% ``` it still needs to download the archive file gone version: 2.00beta9

I followed the [installation instructions](https://github.com/syndbg/goenv/blob/master/INSTALL.md) and added this to my `~/.zshrc`: ``` export GOENV_ROOT="$HOME/.goenv" export PATH="$GOENV_ROOT/bin:$PATH" eval "$(goenv init -)" echo 'export PATH="$GOROOT/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="$PATH:$GOPATH/bin"' >> ~/.bash_profile...

I'm trying to install an old Go version using `goenv`. I'm used to using this tool but nothing happens when I try to install a version. ``` ❯ goenv --version...