Skip to content

Bump the k8s group across 5 directories with 6 updates #1141

Bump the k8s group across 5 directories with 6 updates

Bump the k8s group across 5 directories with 6 updates #1141

Triggered via pull request December 16, 2024 19:31
Status Failure
Total duration 1m 54s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci-lint: controllers/applicationconnector_controller.go#L100
r.List undefined (type *applicationConnectorReconciler has no field or method List) (typecheck)
golangci-lint: controllers/applicationconnector_controller.go#L226
r.Objs undefined (type *applicationConnectorReconciler has no field or method Objs) (typecheck)
golangci-lint: controllers/applicationconnector_controller.go#L248
r.Cache undefined (type *applicationConnectorReconciler has no field or method Cache) (typecheck)
golangci-lint: controllers/applicationconnector_controller.go#L256
r.Get undefined (type *applicationConnectorReconciler has no field or method Get) (typecheck)
golangci-lint: controllers/applicationconnector_controller.go#L266
r.Client undefined (type *applicationConnectorReconciler has no field or method Client) (typecheck)
golangci-lint: controllers/applicationconnector_controller.go#L267
r.EventRecorder undefined (type *applicationConnectorReconciler has no field or method EventRecorder) (typecheck)
golangci-lint: controllers/applicationconnector_controller.go#L270
r.Cache undefined (type *applicationConnectorReconciler has no field or method Cache) (typecheck)
golangci-lint: pkg/reconciler/update_objects_test.go#L17
could not import sigs.k8s.io/controller-runtime/pkg/client/fake (-: # sigs.k8s.io/controller-runtime/pkg/client/fake
golangci-lint
cannot use c.tracker (variable of type versionedTracker) as "k8s.io/client-go/testing".ObjectTracker value in argument to dryPatch: versionedTracker does not implement "k8s.io/client-go/testing".ObjectTracker (wrong type for method Create)
golangci-lint
cannot use c.tracker (variable of type versionedTracker) as "k8s.io/client-go/testing".ObjectTracker value in argument to testing.ObjectReaction: versionedTracker does not implement "k8s.io/client-go/testing".ObjectTracker (wrong type for method Create)
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636