Skip to content

add ListDag function declaration in store #116

add ListDag function declaration in store

add ListDag function declaration in store #116

Re-run triggered June 24, 2024 02:49
Status Failure
Total duration 2m 6s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: fastflow_test.go#L27
cannot use &mod.MockStore{} (value of type *mod.MockStore) as type mod.Store in struct literal:
build: fastflow_test.go#L31
cannot use &mod.MockStore{} (value of type *mod.MockStore) as type mod.Store in struct literal:
build: fastflow_test.go#L187
cannot use mStore (variable of type *mod.MockStore) as type mod.Store in argument to mod.SetStore:
build: pkg/mod/commander_test.go#L89
cannot use mStore (variable of type *MockStore) as type Store in argument to SetStore:
build: pkg/mod/commander_test.go#L212
cannot use mStore (variable of type *MockStore) as type Store in argument to SetStore:
build: pkg/mod/commander_test.go#L309
cannot use mStore (variable of type *MockStore) as type Store in argument to SetStore:
build: pkg/mod/commander_test.go#L494
cannot use mStore (variable of type *MockStore) as type Store in argument to SetStore:
build: pkg/mod/commander_test.go#L593
cannot use mStore (variable of type *MockStore) as type Store in argument to SetStore:
build: pkg/mod/dispatcher_test.go#L111
cannot use mStore (variable of type *MockStore) as type Store in argument to SetStore:
build: pkg/mod/dispatcher_test.go#L179
cannot use mStore (variable of type *MockStore) as type Store in argument to SetStore:
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.