-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
goenv --list doesn't show 1.19.2 version #266
Comments
What OS + Arch are you using? I am able to print the same list with
FWIW I tested on both macOS Monterey and Ubuntu 20.04 LTS |
@EfChouTR Weird, I'm on MacOS Monterey 12.6.1, |
Weird ask, try using |
@ChronosMasterOfAllTime
|
@ChronosMasterOfAllTime @EfChouTR Are you guys using
|
And figure out if this has the same path prefix as
(The first command will be a path to the binary, the second is the installation dir, so it may be missing /bin/goenv from the second command if they are indeed the same) |
@ChronosMasterOfAllTime
Also, it's strange, but the version of goenv now is also incorrect (it should be 2.0.4)
|
looks like the go--version code didnt get updated with the new version (oops) |
then
Does |
@ChronosMasterOfAllTime Yes, it does! |
Weird behavior; I updated to 2.0.5 in the brew formula ..Homebrew/homebrew-core#120887 maybe it will be fixed there? |
@ChronosMasterOfAllTime I hope, I'll check once it's published, thank you |
@ChronosMasterOfAllTime I've found that while goenv has the correct version, but install plugin seems outdated:
From sources, it looks these versions should be the same actually?
but when I checked
The path here looks incorrect and actually
I didn't have time to investigate further yet, but maybe this will provide some idea to you what might be wrong? |
Thanks for all the information! It gives me something to work with and be able to pin down the problem. |
If you install goenv using the command You can use
|
@ChronosMasterOfAllTime
Could it be that something is wrong with brew package? I never created a package by myself, so I need to read the docs first to try to debug it, I may take a look later but maybe someone can check faster than me |
@Lisenish try wiping the goenv installed by brew. Instead clone the repo to path of your choosing and add it to your PATH. See if the behavior persists that way. If it doesn't it's something with the way brew behaves on your system. |
Sorry for the slow responses:
Is it the brew version, or just from the repo?
I was pretty sure the repo version would fix it, but I'm just curious if it maybe some issue with the brew version.
So looks like for some reason I have If you think it's just my local mess and other brew users are fine - let's close this ticket, thanks for all the help here 🙇 |
No worries! Thanks for troubleshooting! |
In case somebody has the similar issue: I've found that I had Maybe this was somewhat related to this also #186 |
Looking at this PR #250 I think
1.19.2
version should be supported, but I can't install it on the latestgoenv
version.The text was updated successfully, but these errors were encountered: