update controller runtime version in go.mod #390
Annotations
10 errors and 2 warnings
Lint:
pkg/verification/service/verification_service.go#L68
s.Services undefined (type *ServiceImpl has no field or method Services) (typecheck)
|
Lint:
pkg/verification/service/verification_service.go#L88
s.Services undefined (type *ServiceImpl has no field or method Services) (typecheck)
|
Lint:
pkg/verification/service/verification_service.go#L170
s.Services undefined (type *ServiceImpl has no field or method Services) (typecheck)
|
Lint:
test/testsuite.go#L10
could not import github.com/codeready-toolchain/toolchain-common/pkg/test (-: # github.com/codeready-toolchain/toolchain-common/pkg/test
|
Lint
cannot use &m (value of type *mockStatusUpdate) as "sigs.k8s.io/controller-runtime/pkg/client".SubResourceWriter value in return statement: *mockStatusUpdate does not implement "sigs.k8s.io/controller-runtime/pkg/client".SubResourceWriter (missing method Create)) (typecheck)
|
Lint:
test/fake/utils.go#L7
could not import github.com/codeready-toolchain/toolchain-common/pkg/test (-: # github.com/codeready-toolchain/toolchain-common/pkg/test
|
Lint
cannot use &m (value of type *mockStatusUpdate) as "sigs.k8s.io/controller-runtime/pkg/client".SubResourceWriter value in return statement: *mockStatusUpdate does not implement "sigs.k8s.io/controller-runtime/pkg/client".SubResourceWriter (missing method Create)) (typecheck)
|
Lint:
test/util/application.go#L10
could not import github.com/codeready-toolchain/toolchain-common/pkg/test (-: # github.com/codeready-toolchain/toolchain-common/pkg/test
|
Lint
cannot use &m (value of type *mockStatusUpdate) as "sigs.k8s.io/controller-runtime/pkg/client".SubResourceWriter value in return statement: *mockStatusUpdate does not implement "sigs.k8s.io/controller-runtime/pkg/client".SubResourceWriter (missing method Create)) (typecheck)
|
Lint:
pkg/auth/defaultmanager_test.go#L21
cannot use &TestDefaultManagerSuite{…} (value of type *TestDefaultManagerSuite) as suite.TestingSuite value in argument to suite.Run: *TestDefaultManagerSuite does not implement suite.TestingSuite (missing method SetS) (typecheck)
|
Post Lint
Unexpected input(s) 'skip-pkg-cache', 'skip-build-cache', valid inputs are ['version', 'install-mode', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-save-cache', 'problem-matchers', 'args', 'cache-invalidation-interval']
|
Lint
Unexpected input(s) 'skip-pkg-cache', 'skip-build-cache', valid inputs are ['version', 'install-mode', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-save-cache', 'problem-matchers', 'args', 'cache-invalidation-interval']
|
Loading