You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed this bug when using major/minor semver during go install. It sets the shim to major minor only despite installing latest patch. Issue is for tracking purposes and will have a PR shortly.
Expectation of goenv install 1.19
goenv 1.19.x installed (where x is latest patch)
goenv shim 1.19.x created
Actual:
goenv 1.19.x installed - PASS
goenv 1.19 shim created - FAIL
The text was updated successfully, but these errors were encountered:
Noticed this bug when using major/minor semver during go install. It sets the shim to major minor only despite installing latest patch. Issue is for tracking purposes and will have a PR shortly.
Expectation of
goenv install 1.19
Actual:
The text was updated successfully, but these errors were encountered: