-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/go: "go list -m -json all" hangs for project with go.work #51919
Comments
I see several potential problems: There's a |
I think this is a variation on #53874: an error in a dependency within the workspace causes that dependency to be repeatedly reloaded in a loop.
|
Duplicate of #53874 |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, it does
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
go list -m -json all
What did you expect to see?
The command finishes with result.
What did you see instead?
The command hangs.
The text was updated successfully, but these errors were encountered: