-
Notifications
You must be signed in to change notification settings - Fork 9.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
Update grpc dependency to 1.32. #12709
Conversation
74f4227
to
f7f3c87
Compare
Simplify grpc testing infrastructure to align with upstream changes.
f7f3c87
to
1a9c81a
Compare
I assume the PR is simple enough (just go.mod changes, and minor test adaptation), to merge without waiting for review. |
Thank you for this fix, @ptabor. I'm developing a project that uses grpc 1.32 (I don't want to downgrade) and etcd. What should I be putting in my I tried putting a replace directive like this:
However, I see this error message during build.
Alternately, I also tried removing all etcd related entries from
I also tried adding
|
For now, I have created a I then used the
Maybe there is a cleaner approach than this. But, I'm able to make progress with this hack. |
Thanks for all your work on this :) I also have the same question, what should I be putting in my |
Now 3.5.0-alpha.0 got released. so:
or
Should be all you need now. (without any 'replaces'). |
…rors Signed-off-by: Chao Chen <chaochn@amazon.com>
Simplify grpc testing infrastructure to align with upstream changes.