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

goenv global and local to use latest Patch Version when unspecified

driverpt opened this issue · comments

Same behaviour as goenv install 1.20.

e.g.:

goenv install 1.20 && goenv global 1.20

Currently responds goenv: version '1.20' not installed

Ah I see; so we need to port the behavior from install into global/local. Should be straightforward enough!

Will work on this next.

any ETA on this one ?

Apologies! Have been quite busy with life so I hadnt had much time to look at it. Will try to get it in the next week or so.

Looks like this is failing during validation in goenv-prefix when writing the version file.

fixed in goenv 2.1.13