go-nv / goenv

:blue_car: Like pyenv and rbenv, but for Go.

Home Page:https://github.com/go-nv/goenv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next release?

cchristous opened this issue · comments

Hi,

I am looking at the latest release, and it doesn't contain #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.

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)

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

Homebrew/homebrew-core#149373 <-- for your reference @cchristous @egibs

This is released now.