Some golang pkgs dont seem to work for the updates #4597
Unanswered
Alt-iOS
asked this question in
Troubleshooting and bug reports
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I also think it has to do with the go registry or something, for example when installing a new go pkg, it gets stuck in this step unless I trigger autocompletion instead of putting latest, this is on mac on arm, I am not sure what else I can do to diagnose
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Theres a package with longs urls cant seem to be upgradable, to install run
which will give this in the config.toml
when I try to upgrade using
mise upgrade
I get this errorFunny enough while trying to reproduce it, I realized that if I installed it with the go command
go install connectrpc.com/connect/cmd/protoc-gen-connect-go@latest
deleted the bin at the$HOME/.local/share/mise/installs/go/1.24.1/bin/protoc-gen-connect-go
, and then did the upgrade, I cant get the error now. I am not sure how to revert whatever index got fixed by using the actual go commandBeta Was this translation helpful? Give feedback.
All reactions