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
Using a previous version of goenv, I was able to install go 1.21.13 aliased as 1.21. This results in a folder under $GOENV_ROOT/versions/1.21
In that prior version (I think I used 2.1.4), goenv version successfully used 1.21 as the version. Now, it can't find it and insists that the version is set to 1.21.13. Under the hood, yes it's 1.21.13, but now none of my shims work. I get the error message
goenv: 'package_name' command not found
The 'package_name' command exists in these Go versions:
1.21
The text was updated successfully, but these errors were encountered:
Using a previous version of goenv, I was able to install go 1.21.13 aliased as 1.21. This results in a folder under $GOENV_ROOT/versions/1.21
In that prior version (I think I used 2.1.4), goenv version successfully used 1.21 as the version. Now, it can't find it and insists that the version is set to 1.21.13. Under the hood, yes it's 1.21.13, but now none of my shims work. I get the error message
The text was updated successfully, but these errors were encountered: