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

## Description: **Platform:** macOS 12.4, Intel Core **Goenv:** Version 1.23.3 Installed goenv from Homebrew, I think it must be pretty old or maybe I've messed something up, but I was...

README installation instructions for homebrew states the following: ``` After installation, you'll need to add eval "$(goenv init -)" to your profile (as stated in the caveats displayed by Homebrew...

Reproducible Steps: ``` goenv local 1.16.8 ``` In the same shell: ```bash goenv versions system 1.14.4 1.15.15 * 1.16.8 (set by /Users/codinghuang/codeDir/wiki/k8s-operator/docs/.go-version) 1.17.1 ``` In the same shell: ```bash go...

In ./INSTALL.md, it says: > If you want goenv to manage GOPATH and GOROOT (recommended), add GOPATH and GOROOT to your shell after eval "$(goenv init -)". ``` $ echo...

Context #121 Hello, this addresses a long standing request that I think it would make many people happy about `goenv`. The ability to fallback from `.go-version` to `go.mod`. I think...

I'm at a MacBook Pro with Intel processor and zsh. Both zsh and goenv are managed by homebrew: ``` .dotfiles % brew info zsh zsh: stable 5.8.1 (bottled), HEAD UNIX...

I'm trying to install go on a small cloud server, the server has 1gb of RAM and ~20gb of storage. I was able to install with previous versions of goenv...

I've followed the installation instructions in an attempt to setup `goenv` and have it manage `$GOPATH` and `$GOROOT` on my Apple M1 MacBook Pro. I'm using ZSH as my shell...