-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[BUG] Cannot include Go Micro and gRPC versions above 1.27.0 #1731
Comments
for now you can use workaround |
Thank you very much, that works as a workaround |
Hello - so we ran into this issue on 2.9.1 - Will this be fixed or is this project going to rely on the replace for now? |
you can ask this in etcd issue, because this is not go-micro problem |
This was referenced Jan 6, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Running
go get github.com/micro/go-micro/v2
andgo get google.golang.org/grpc
on a fresh package without any other packages installed and on a fresh Go installation outputs this:This is related to issue etcd-io/etcd#11563 and countless others, and it's been fixed in version 3.4.8 by etcd-io/etcd#11564 but Go Micro is importing version 3.3.18, which prevents me from using Google's gRPC version 1.30.0 that I need for unrelated reasons.
This could be solved by updating the etcd version this package uses to
3.4.8
or above.How to reproduce the bug:
Environment:
The text was updated successfully, but these errors were encountered: