Ambiguous import with 1.70 -- possibly fixed? #8127
Labels
Area: Tooling
Includes anything related to Go builds, modules etc and includes Releases & Github Workflows.
Type: Bug
Something in 1.70 is tripping this ambiguous import error googleapis/go-genproto#1015 for a package called 'status', I note that 1.69 is ok, 1.70 yields the error below, but for master (or tag 1.72-dev) the adjustment of some deps seems to have cleared the problem. I think it might be census-instrumentation pulling in
[email protected]/googleapis/rpc/status
which is problematic now.By skipping over 1.70 and using master (e.g. 1.72-dev) the problem get cleared.
The text was updated successfully, but these errors were encountered: