Feat/dynamic client #30
Annotations
4 errors and 2 warnings
Check:
pkg/cmd/pod_test.go#L32
cannot use podClient (variable of type *mocks.PodClient) as core.Client value in argument to NewRootCmd: *mocks.PodClient does not implement core.Client (wrong type for method ListDuplicable)
|
Check:
pkg/cmd/pod_test.go#L43
cannot use podClient (variable of type *mocks.PodClient) as core.Client value in argument to NewRootCmd: *mocks.PodClient does not implement core.Client (wrong type for method ListDuplicable)
|
Check:
pkg/cmd/pod_test.go#L53
cannot use podClient (variable of type *mocks.PodClient) as core.Client value in argument to NewRootCmd: *mocks.PodClient does not implement core.Client (wrong type for method ListDuplicable)
|
Check
issues found
|
Check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|