Skip to content

enhance: RBAC grant v2 API #1218

enhance: RBAC grant v2 API

enhance: RBAC grant v2 API #1218

Triggered via pull request November 20, 2024 09:59
Status Failure
Total duration 42s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
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 OperatePrivilegeV2) (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 OperatePrivilegeV2) (typecheck)
lint
issues found
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/