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

install --list doesn't include latest minor version 1.19.4

kailana-so opened this issue · comments

commented

Issue:
goenv install --list doesn't include the minor version go1.19.4 (released 2022-12-06) and release not found when trying to install it

goenv install --list

  Available versions:
  1.2.2
   ...
  1.19.3

goenv install 1.19.4

go-build: definition not found: 1.19.4
See all available versions with 'goenv install --list'.

If the version you need is missing, try upgrading goenv:
brew update && brew upgrade goenv

I faced the same issue with the goenv version installed via homebrew. If you install the git version, you can find the version in the list.