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
FYI. coreos/etcd/raft deprecates 'golang.org/x/net/context'
Which means latest etcd repository would require Go 1.7+ to compile, and Go 1.9 for conflicting golang.org/x/net/context imports.
golang.org/x/net/context
c.f. etcd-io/etcd#8511
Just heads-up. Please feel free to close it. Thanks.
/cc @xiang90
The text was updated successfully, but these errors were encountered:
Thanks for the heads up, but this won't affect us because golang.org/x/net/context is only used in raft.Node, but we use raft.RawNode instead.
raft.Node
raft.RawNode
Sorry, something went wrong.
No branches or pull requests
FYI. coreos/etcd/raft deprecates 'golang.org/x/net/context'
Which means latest etcd repository would require Go 1.7+ to compile, and Go 1.9 for conflicting
golang.org/x/net/context
imports.c.f. etcd-io/etcd#8511
Just heads-up. Please feel free to close it.
Thanks.
/cc @xiang90
The text was updated successfully, but these errors were encountered: