-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
Go packages with capitals in the user/repo name cause issues with mise upgrade
#3597
Comments
I don't think it's the capital, I think |
looking at this again, versions that don't change like that just aren't going to work in |
yep - I see what's going on - not sure why no
here's one that works:
|
Oh, it's probably because it's only |
OK - adding an actual semantic version resolved the issue |
Describe the bug
Installing Go packages that canonically have capitals in the user/repo name cause issues with
mise upgrade
To Reproduce
The install goes OK:
(possible issue: the install name is lower-cased)
Now, when using
mise upgrade
:I've also tried to lower-case the user name (e.g.
Crosse
tocrosse
):but Go doesn't love that:
Expected behavior
mise upgrade
shouldn't complain.mise doctor
outputThe text was updated successfully, but these errors were encountered: