update controller runtime version in go.mod #390
ci-golang-sbom.yml
on: pull_request
GolangCI Lint
1m 55s
Generate SBOM
28s
Annotations
10 errors and 3 warnings
GolangCI Lint:
pkg/verification/service/verification_service.go#L68
s.Services undefined (type *ServiceImpl has no field or method Services) (typecheck)
|
GolangCI Lint:
pkg/verification/service/verification_service.go#L88
s.Services undefined (type *ServiceImpl has no field or method Services) (typecheck)
|
GolangCI Lint:
pkg/verification/service/verification_service.go#L170
s.Services undefined (type *ServiceImpl has no field or method Services) (typecheck)
|
GolangCI Lint:
test/testsuite.go#L10
could not import github.com/codeready-toolchain/toolchain-common/pkg/test (-: # github.com/codeready-toolchain/toolchain-common/pkg/test
|
GolangCI 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)
|
GolangCI 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
|
GolangCI 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)
|
GolangCI 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
|
GolangCI 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)
|
GolangCI 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)
|
Generate SBOM
The following actions use a deprecated Node.js version and will be forced to run on node20: CycloneDX/gh-gomod-generate-sbom@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
GolangCI 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']
|
GolangCI 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']
|