Skip to content

chore(deps): Bump the production-dependencies group across 1 directory with 30 updates #3392

chore(deps): Bump the production-dependencies group across 1 directory with 30 updates

chore(deps): Bump the production-dependencies group across 1 directory with 30 updates #3392

Triggered via pull request September 26, 2024 04:11
Status Failure
Total duration 2m 11s
Artifacts

pull-request.yaml

on: pull_request
validate_metrics_docs
1m 22s
validate_metrics_docs
build
2m 2s
build
check_commited_files
56s
check_commited_files
Fit to window
Zoom out
Zoom in

Annotations

11 errors
check_commited_files
Process completed with exit code 1.
build: internal/controller/handler-hook/handler_hook.go#L16
cannot use &hook{…} (value of type *hook) as handler.TypedEventHandler[client.Object, reconcile.Request] value in return statement: *hook does not implement handler.TypedEventHandler[client.Object, reconcile.Request] (wrong type for method Create)
build: internal/controller/handler-hook/handler_hook.go#L27
cannot use &hook{} (value of type *hook) as handler.TypedEventHandler[client.Object, reconcile.Request] value in variable declaration: *hook does not implement handler.TypedEventHandler[client.Object, reconcile.Request] (wrong type for method Create)
build: internal/controller/handler-hook/handler_hook.go#L30
cannot use &queueHook{…} (value of type *queueHook) as workqueue.TypedRateLimitingInterface[reconcile.Request] value in argument to h.inner.Create: *queueHook does not implement workqueue.TypedRateLimitingInterface[reconcile.Request] (wrong type for method Add)
build: internal/controller/handler-hook/handler_hook.go#L36
cannot use &queueHook{…} (value of type *queueHook) as workqueue.TypedRateLimitingInterface[reconcile.Request] value in argument to h.inner.Update: *queueHook does not implement workqueue.TypedRateLimitingInterface[reconcile.Request] (wrong type for method Add)
build: internal/controller/handler-hook/handler_hook.go#L42
cannot use &queueHook{…} (value of type *queueHook) as workqueue.TypedRateLimitingInterface[reconcile.Request] value in argument to h.inner.Delete: *queueHook does not implement workqueue.TypedRateLimitingInterface[reconcile.Request] (wrong type for method Add)
build: internal/controller/handler-hook/handler_hook.go#L48
cannot use &queueHook{…} (value of type *queueHook) as workqueue.TypedRateLimitingInterface[reconcile.Request] value in argument to h.inner.Generic: *queueHook does not implement workqueue.TypedRateLimitingInterface[reconcile.Request] (wrong type for method Add)
build: internal/template-validator/validator/app.go#L39
app.InitFlags undefined (type *App has no field or method InitFlags) (typecheck)
build: internal/template-validator/validator/app.go#L40
app.BindAddress undefined (type *App has no field or method BindAddress) (typecheck)
build: internal/template-validator/validator/app.go#L41
app.Port undefined (type *App has no field or method Port) (typecheck)
build: internal/template-validator/validator/app.go#L42
app.AddCommonFlags undefined (type *App has no field or method AddCommonFlags) (typecheck)