chore(deps): bump go.etcd.io/etcd/client/v3 from 3.5.15 to 3.6.4 #5299
reviewdog.yml
on: pull_request
runner / staticcheck
2m 9s
Annotations
2 errors
runner / staticcheck
Process completed with exit code 1.
|
runner / staticcheck
[staticcheck] reported by reviewdog 🐶
# github.com/zeromicro/go-zero/zrpc/internal/balancer/p2c [github.com/zeromicro/go-zero/zrpc/internal/balancer/p2c.test]
zrpc/internal/balancer/p2c/p2c_test.go:74:11: cannot use mockClientConn{…} (value of struct type mockClientConn) as balancer.SubConn value in map index: mockClientConn does not implement balancer.SubConn (missing method RegisterHealthListener)
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"# github.com/zeromicro/go-zero/zrpc/internal/balancer/p2c [github.com/zeromicro/go-zero/zrpc/internal/balancer/p2c.test]\nzrpc/internal/balancer/p2c/p2c_test.go:74:11: cannot use mockClientConn{…} (value of struct type mockClientConn) as balancer.SubConn value in map index: mockClientConn does not implement balancer.SubConn (missing method RegisterHealthListener)","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"","range":{"start":{"line":0,"column":0},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
|