You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#18#root@ubuntu-dev /go/src/github.com/hashicorp/serf]$go build ./...
# github.com/hashicorp/serf/serf
serf/merge_delegate.go:40:6: n.State undefined (type *memberlist.Node has no field or method State)
serf/merge_delegate.go:40:16: undefined: memberlist.StateLeft
when building from source, I get
by
serf/serf/merge_delegate.go
Line 40 in 7faa1b0
memberlist.StateLeft
can not be referenced, as onlystateLeft
defined in vendor source by https://github.com/hashicorp/serf/blob/master/vendor/github.com/hashicorp/memberlist/state.go#L22I think vendor dir should be updated.
The text was updated successfully, but these errors were encountered: