-
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: TestScript/mod_invalid_version is failing locally #47233
Comments
I could reproduce the bug using Git only:
This may be a bug with the version of Git installed on my machine. I couldn't reproduce this with Git 2.32.0. |
Is this marked as a 1.18 release blocker because it's okay to fix this after 1.17 is released? I can't reproduce with |
Ah, meant to mark this for 1.17. I'm removing the release-blocker label, since this seems to be a bug in Google's Git, not in Go, and I don't expect we'll need to change anything. Reported internally as b/193836680. |
Thanks for reporting. https://lore.kernel.org/git/YO8RaMj7sN4ABe5d@coredump.intra.peff.net/ should fix this. The buggy commit was not part of any Git release, so cmd/go shouldn't need to work around it. |
Thanks @jrn! I'll close this issue then. |
Not sure why this isn't happening on TryBots, but this is what I'm seeing when I run locally on macOS or Linux:
The text was updated successfully, but these errors were encountered: