FYI. coreos/etcd/raft deprecates 'golang.org/x/net/context'
gyuho opened this issue · 0 comments
gyuho commented
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.