k8s.io/client-go ,the version is too low
easydo666 opened this issue · 2 comments
easydo666 commented
Describe the bug
../../../../pkg/mod/github.com/prysmaticlabs/prysm/v5@v5.0.3/beacon-chain/cache/common.go:10:23: cannot use popProcessNoopFunc (value of type func(_ interface{}) error) as "k8s.io/client-go/tools/cache".PopProcessFunc value in argument to queue.Pop
The version of k8s.io/client-go referenced is too low, and the function "type PopProcessFunc func(obj interface{}, isInInitialList bool) error" has an extra bool
prestonvanloon commented
Closing as duplicate of #13958