-
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
Cannot compile client using Go modules #12009
Comments
I am having the same issue as well, tried manually cloning 3.4 version ran into same error. |
Is this project dead? |
@tennessine It seems to be impossible to contact with anyone that works on etcd. |
google.golang.org/grpc v1.26.0 |
@nnathan or use this shell
|
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'm trying to write a program using the clientv3 client.
I'm also using Go modules. When I try to build the example program:
Maybe I shouldn't be building off the latest tree, but I don't know how to dial back to a stable version of etcd using go modules either. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: