goenv
goenv copied to clipboard
:blue_car: Like pyenv and rbenv, but for Go.
Seems like the issue starts from d8de3f4 commit.
Since #374, we cannot set RC go via `goenv global` or `goenv local`. ## Steps to reproduce ``` ❯ goenv install 1.20rc2 Downloading go1.20rc2.darwin-arm64.tar.gz... -> go1.20rc2.darwin-arm64.tar.gz ############################################################################################# 100.0%############################################################################################# 100.0% Installing...
Hi, I encounterd an issue in which I've tried to use `goenv install 1.21.0` on an amazon docker image (specifically we used `public.ecr.aws/lambda/nodejs:18`). After cloning your repository and running `goenv...
Using a previous version of goenv, I was able to install go 1.21.13 aliased as 1.21. This results in a folder under $GOENV_ROOT/versions/1.21 In that prior version (I think I...
Bumps [dawidd6/action-homebrew-bump-formula](https://github.com/dawidd6/action-homebrew-bump-formula) from 4 to 5. Release notes Sourced from dawidd6/action-homebrew-bump-formula's releases. v5 What's Changed Do not query the GitHub API unnecessarily by @ptodev in dawidd6/action-homebrew-bump-formula#90 New Contributors @ptodev made...
Hello everyone, I am a long time user of goenv and I love it. However, I am migrating my workstation to guix and I can't use goenv as is because...
The local project is set to 1.23.4, but it is found that it does not work, so it is still the global variable 1.22.6 ``` xz:chromedpx (main*) $ goenv global...
goenv latest seems to create a .go-version file whereas the equivalent pyenv latest does not. I have been using the "latest" command to check if a specific major version is...