Bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.19.3 #1147
golangci-lint.yaml
on: pull_request
golangci-lint
1m 39s
Annotations
10 errors and 1 warning
golangci-lint:
controllers/applicationconnector_controller.go#L25
could not import github.com/kyma-project/application-connector-manager/pkg/reconciler (-: # github.com/kyma-project/application-connector-manager/pkg/reconciler
|
golangci-lint:
pkg/reconciler/check_dependencies.go#L102
not enough arguments in call to source.Kind
|
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#L215
not enough arguments in call to source.Kind
|
golangci-lint:
controllers/applicationconnector_controller.go#L216
too many arguments in call to b.WatchesRawSource
|
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#L247
cannot use controller.Watch (value of type func(src source.TypedSource[reconcile.Request]) error) as func(src source.TypedSource[reconcile.Request], eventhandler handler.TypedEventHandler[client.Object, reconcile.Request], predicates ..."sigs.k8s.io/controller-runtime/pkg/predicate".TypedPredicate[client.Object]) error value in assignment (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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|