Skip to content
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

FYI. coreos/etcd/raft deprecates 'golang.org/x/net/context' #18348

Closed
gyuho opened this issue Sep 7, 2017 · 1 comment
Closed

FYI. coreos/etcd/raft deprecates 'golang.org/x/net/context' #18348

gyuho opened this issue Sep 7, 2017 · 1 comment

Comments

@gyuho
Copy link
Contributor

gyuho commented Sep 7, 2017

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

@gyuho gyuho mentioned this issue Sep 7, 2017
26 tasks
@bdarnell
Copy link
Contributor

bdarnell commented Sep 7, 2017

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.

@bdarnell bdarnell closed this as completed Sep 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants