You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
go build ./...
../../../go/pkg/mod/google.golang.org/[email protected]/status/status.go:35:2: ambiguous import: found package google.golang.org/genproto/googleapis/rpc/status in multiple modules:
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc (/home/phil/go/pkg/mod/google.golang.org/[email protected]/googleapis/rpc/status)
google.golang.org/genproto/googleapis/rpc v0.0.0-20250224174004-546df14abb99 (/home/phil/go/pkg/mod/google.golang.org/genproto/googleapis/[email protected]/status)
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:
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: