Update module github.com/rhobs/observability-operator to v0.0.26 #920
Triggered via pull request
September 30, 2023 04:33
Status
Failure
Total duration
2m 27s
Artifacts
–
golangci-lint.yaml
on: pull_request
github (govet, golint and gotest)
1m 26s
github (golangci)
2m 17s
operator-lint
2m 13s
Annotations
9 errors
github (govet, golint and gotest)
cannot use handles (variable of type map[string]"k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration) as type "k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration in return statement:
|
github (govet, golint and gotest)
cannot use handles (variable of type map[string]"k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration) as type "k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration in return statement:
|
github (govet, golint and gotest)
impossible type assertion: h.(map[string]toolscache.ResourceEventHandlerRegistration)
|
github (govet, golint and gotest)
Process completed with exit code 2.
|
operator-lint
cannot use handles (variable of type map[string]"k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration) as type "k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration in return statement:
|
operator-lint
cannot use handles (variable of type map[string]"k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration) as type "k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration in return statement:
|
operator-lint
impossible type assertion: h.(map[string]toolscache.ResourceEventHandlerRegistration)
|
operator-lint
Process completed with exit code 2.
|
github (golangci)
golangci-lint exit with code 3
|