dubbo-go
dubbo-go copied to clipboard
[BUG] gost lint fail
✅ 验证清单
- [x] 🔍 我已经搜索过 现有 Issues,确信这不是重复问题
run golangci-lint in gost, lint fail
../../go/pkg/mod/github.com/dubbogo/[email protected]/database/kv/zk/client.go:200:33: cannot use 1 (untyped int constant) as *testing.T value in argument to zk.StartTestCluster
../../go/pkg/mod/github.com/dubbogo/[email protected]/database/kv/zk/client.go:200:36: cannot use nil as int value in argument to zk.StartTestCluster
../../go/pkg/mod/github.com/dubbogo/[email protected]/database/kv/zk/client.go:200:49: undefined: zk.WithRetryTimes)))