-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: 'get xxx@latest' does not report mismatch between module path and major version #30499
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
Comments
/cc @bcmills |
I believe the issue is that the tidb module name does not include the |
@justinruggles has the right root cause, but we could certainly do a better job of diagnosing the problem. CC @jayconrod |
In most cases though, when authors add |
At head, Perhaps we should report an explicit error at that point instead of falling back.
|
In 1.17.2, the go command correctly figures out that
Looks like this is resolved. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: