-
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
go get failed #11707
Comments
Same issue here. And I also noticed that the go.mod file is not following Semantic Import Versioning so I cannot use clientv3 with the go.mod file at all. |
You need manutually modify the go.mod file. From google.golang.org/grpc v1.26.1 to google.golang.org/grpc v1.25.1 It'll work well. |
I believe #11564 should be backported to v3.3 ASAP, because it doesn't compile with stable grpc. Meanwhile, you can do |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
i did not change it in the go.mod but did this: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
It just failed on
go get github.com/etcd-io/etcd
Why all ci tags on your README.md still green?
The text was updated successfully, but these errors were encountered: