🌱 Bump github.com/operator-framework/helm-operator-plugins from 0.5.0 to 0.7.0 #3609
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 errors
|
verify
cannot use &mockActionClient{} (value of type *mockActionClient) as "github.com/operator-framework/helm-operator-plugins/pkg/client".ActionInterface value in variable declaration: *mockActionClient does not implement "github.com/operator-framework/helm-operator-plugins/pkg/client".ActionInterface (missing method History)
|
|
verify
Process completed with exit code 2.
|
|
lint:
internal/action/helm_test.go#L19
cannot use &mockActionClient{} (value of type *mockActionClient) as "github.com/operator-framework/helm-operator-plugins/pkg/client".ActionInterface value in variable declaration: *mockActionClient does not implement "github.com/operator-framework/helm-operator-plugins/pkg/client".ActionInterface (missing method History)
|
|
lint:
internal/action/helm_test.go#L90
cannot use ac (variable of type *mockActionClient) as "github.com/operator-framework/helm-operator-plugins/pkg/client".ActionInterface value in argument to NewWrappedActionClient: *mockActionClient does not implement "github.com/operator-framework/helm-operator-plugins/pkg/client".ActionInterface (missing method History) (typecheck)
|
|
lint
Process completed with exit code 2.
|