Skip to content

Support CDC dev

Support CDC dev #43

Triggered via push May 14, 2024 02:41
Status Failure
Total duration 40s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint: client/client_mock_test.go#L40
cannot use s.mock (variable of type *mocks.MilvusServiceServer) as milvuspb.MilvusServiceServer value in argument to milvuspb.RegisterMilvusServiceServer: *mocks.MilvusServiceServer does not implement milvuspb.MilvusServiceServer (missing method AlterDatabase) (typecheck)
lint: client/client_test.go#L81
cannot use mockServer (variable of type *MockServer) as milvuspb.MilvusServiceServer value in argument to milvuspb.RegisterMilvusServiceServer: *MockServer does not implement milvuspb.MilvusServiceServer (missing method AlterDatabase) (typecheck)
lint: client/client_mock_test.go#L40
cannot use s.mock (variable of type *mocks.MilvusServiceServer) as milvuspb.MilvusServiceServer value in argument to milvuspb.RegisterMilvusServiceServer: *mocks.MilvusServiceServer does not implement milvuspb.MilvusServiceServer (missing method AlterDatabase) (typecheck)
lint: client/client_test.go#L81
cannot use mockServer (variable of type *MockServer) as milvuspb.MilvusServiceServer value in argument to milvuspb.RegisterMilvusServiceServer: *MockServer does not implement milvuspb.MilvusServiceServer (missing method AlterDatabase) (typecheck)
lint
issues found
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.