CI #504
Annotations
4 errors and 1 warning
golangci-lint:
internal/controller/install/binoculars_controller.go#L148
S1009: should omit nil check; len() for []*k8s.io/api/rbac/v1.ClusterRoleBinding is defined as zero (gosimple)
|
golangci-lint:
internal/controller/install/lookout_controller.go#L144
S1009: should omit nil check; len() for []*k8s.io/api/batch/v1.Job is defined as zero (gosimple)
|
golangci-lint:
internal/controller/install/scheduler_controller.go#L145
S1009: should omit nil check; len() for []*k8s.io/api/batch/v1.Job is defined as zero (gosimple)
|
golangci-lint
issues found
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading