-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: disabling go.mod conversion for transitive deps breaks echo example? #26147
Comments
We don't want the generated On the other hand, if we're generating a new I think the root of the problem is the interaction between version tags, Perhaps we should not treat a pre-vgo |
(This is related to the issues addressed in https://golang.org/cl/121000, but if I understand that change correctly, it will not address this issue.) |
That's #26238. Should we close this as a duplicate of that? |
Yes, sounds good. |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes and the listed
vgo
commitWhat operating system and processor architecture are you using (
go env
)?What did you do?
This might be an intentional change as part of https://go-review.googlesource.com/120999, but I haven't had a chance to investigate further I'm afraid.
What did you expect to see?
A successful build.
What did you see instead?
Compare to the previous commit (06e664301cec279012e90c60689c5ad4e11fd3f1):
/cc @rsc @bcmills
The text was updated successfully, but these errors were encountered: