Skip to content

feat(web api): query subject group details #564

feat(web api): query subject group details

feat(web api): query subject group details #564

Triggered via pull request August 13, 2024 00:38
Status Failure
Total duration 1m 31s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: pkg/abac/pap/group_test.go#L64
cannot use mockGroupService (variable of type *"iam/pkg/service/mock".MockGroupService) as type service.GroupService in struct literal:
build: pkg/abac/pap/group_test.go#L110
cannot use mockGroupService (variable of type *"iam/pkg/service/mock".MockGroupService) as type service.GroupService in struct literal:
build: pkg/abac/pap/group_test.go#L157
cannot use mockGroupService (variable of type *"iam/pkg/service/mock".MockGroupService) as type service.GroupService in struct literal:
build: pkg/abac/pap/group_test.go#L189
cannot use mockGroupService (variable of type *"iam/pkg/service/mock".MockGroupService) as type service.GroupService in return statement:
build: pkg/abac/pap/group_test.go#L202
cannot use mockGroupService (variable of type *"iam/pkg/service/mock".MockGroupService) as type service.GroupService in struct literal:
build: pkg/abac/pap/group_test.go#L245
cannot use mockGroupService (variable of type *"iam/pkg/service/mock".MockGroupService) as type service.GroupService in return statement:
build: pkg/abac/pap/group_test.go#L258
cannot use mockGroupService (variable of type *"iam/pkg/service/mock".MockGroupService) as type service.GroupService in struct literal:
build: pkg/abac/pap/group_test.go#L305
cannot use mockGroupService (variable of type *"iam/pkg/service/mock".MockGroupService) as type service.GroupService in struct literal:
build: pkg/abac/pap/group_test.go#L334
cannot use mockGroupService (variable of type *"iam/pkg/service/mock".MockGroupService) as type service.GroupService in return statement:
build: pkg/abac/pap/group_test.go#L338
cannot use mockGroupService (variable of type *"iam/pkg/service/mock".MockGroupService) as type service.GroupService in struct literal:
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/