goenv icon indicating copy to clipboard operation
goenv copied to clipboard

goenv global and local to use latest Patch Version when unspecified

Open driverpt opened this issue 2 years ago • 2 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

driverpt avatar Apr 05 '23 09:04 driverpt

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

ChronosMasterOfAllTime avatar May 04 '23 19:05 ChronosMasterOfAllTime

Will work on this next.

ChronosMasterOfAllTime avatar Jul 28 '23 13:07 ChronosMasterOfAllTime

any ETA on this one ?

driverpt avatar Feb 23 '24 14:02 driverpt

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.

ChronosMasterOfAllTime avatar Feb 23 '24 16:02 ChronosMasterOfAllTime

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

ChronosMasterOfAllTime avatar Mar 06 '24 19:03 ChronosMasterOfAllTime

fixed in goenv 2.1.13

ChronosMasterOfAllTime avatar Mar 06 '24 20:03 ChronosMasterOfAllTime