We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue.
v1.15.0
go version
go version go1.11 windows/amd64
windows10 version is 1803
If possible, provide a recipe for reproducing the error.
in my project file go.mod replace ( google.golang.org/grpc v1.15.0 => github.com/grpc/grpc-go v1.15.0 )
normal run, replace 'golang.org/x/lint' to 'github.com/golang/lint'
go: github.com/golang/[email protected] used for two different module paths (github.com/golang/lint and golang.org/x/lint)
The text was updated successfully, but these errors were encountered:
Do you have other replace rules? The error message is about golang.org/x/lint, not grpc-go.
golang.org/x/lint
grpc-go
And this is not a gRPC issue. It's a go module issue, probably related to: golang/go#26904
Sorry, something went wrong.
No branches or pull requests
Please answer these questions before submitting your issue.
What version of gRPC are you using?
What version of Go are you using (
go version
)?What operating system (Linux, Windows, …) and version?
What did you do?
If possible, provide a recipe for reproducing the error.
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: