go-nv / goenv

:blue_car: Like pyenv and rbenv, but for Go.
https://github.com/go-nv/goenv
MIT License
2.05k stars 245 forks source link

Next release? #344

Closed cchristous closed 11 months ago

cchristous commented 11 months ago

Hi,

I am looking at the latest release, and it doesn't contain https://github.com/go-nv/goenv/pull/343. From reading https://github.com/go-nv/goenv/blob/master/RELEASE_PROCESS.md, it looks like the release process is supposed to be fully automated, so maybe that isn't working properly, but I don't understand the full details about how this is supposed to work.

  1. Could you release a new version, cut from master?
  2. You may want to look into your release process automation.
egibs commented 11 months ago

For any Mac users coming across this Issue --

While not the most ideal (if relying on Homebrew to manage goenv), I ran an rm -rf ~/.goenv and performed the manual installation:

git clone https://github.com/go-nv/goenv.git ~/.goenv

which allowed me to install go1.21.1:

$ goenv install 1.21.1; goenv global 1.21.1; goenv version
Downloading go1.21.1.darwin-arm64.tar.gz...
-> go1.21.1.darwin-arm64.tar.gz
######################################################################################################################### 100.0%######################################################################################################################### 100.0%
Installing Go Darwin arm 1.21.1...
Installed Go Darwin arm 1.21.1 to /.../.../.goenv/versions/1.21.1
1.21.1 (set by /.../.../.goenv/version)
ChronosMasterOfAllTime commented 11 months ago

Published. It will take a while to make it through homebrew.

https://github.com/Homebrew/homebrew-core/pull/149373 <-- for your reference @cchristous @egibs

ChronosMasterOfAllTime commented 11 months ago

This is released now.