goenv
goenv copied to clipboard
:blue_car: Like pyenv and rbenv, but for Go.
I hope this question hasn't come up before: The closest I can find is the discussion in #30. Right now, goenv follows the pyenv precedent of saying this: https://github.com/syndbg/goenv/blob/ece1aba5651a73c891d2beb75d37ea35d1c5fb2a/libexec/goenv-which#L94 That...
my mac is arm64, when i use goenv install 1.19.3 and see the go version is amd64 go version go1.19.3 darwin/amd64
Hello, I am seeing the following in `htop` (but also in other places) havin `goenv` on my M1 MacBook: That keeps basically running all the time, sometimes there is even...
I am maintained in China. And you know the network in China is not stable to access to `golang.org`. I found the file in `plugins/go-build/share/go-build/{versions}`. And I can download golang...
See: https://github.com/go-nv/goenv/tree/master/plugins/go-build/share/go-build
Hello, I noticed that goenv [consumes](https://github.com/go-nv/goenv/pulls?q=is%3Apr+is%3Aclosed+label%3Ago-version) information about newly released Go versions automatically. I also noticed there is 1 day delay between release of new Go version and its availability...
How can I make it work correct on VSCODE? Apple M2 Pro; VSCODE: Version: 1.87.2 If I set `goenv global`, the vscode will always use the global set. I can...
Hi, we were using `goenv latest --print 1.20` to get the latest downloadable go version in, for example, 1.20. Now, the command fails: ``` $ goenv latest --print 1.20 goenv:...