Skip to content

Update module sigs.k8s.io/controller-runtime to v0.20.1 #1056

Update module sigs.k8s.io/controller-runtime to v0.20.1

Update module sigs.k8s.io/controller-runtime to v0.20.1 #1056

Triggered via pull request January 23, 2025 19:28
Status Failure
Total duration 2m 37s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
lint: apiserver/billing/odoostorage/odoo/fake/fake.go#L95
in call to slices.SortFunc, type func(a "github.com/appuio/control-api/apis/billing/v1".BillingEntity, b "github.com/appuio/control-api/apis/billing/v1".BillingEntity) bool of func(a, b billingv1.BillingEntity) bool {…} does not match inferred type func(a "github.com/appuio/control-api/apis/billing/v1".BillingEntity, b "github.com/appuio/control-api/apis/billing/v1".BillingEntity) int for func(a E, b E) int
lint
c.GenericConfig.Version undefined (type server.CompletedConfig has no field or method Version)
lint: webhooks/invitation_webhook.go#L37
v.decoder.Decode undefined (type *"sigs.k8s.io/controller-runtime/pkg/webhook/admission".Decoder is pointer to interface, not interface)
lint: webhooks/user_webhook.go#L49
v.decoder.Decode undefined (type *"sigs.k8s.io/controller-runtime/pkg/webhook/admission".Decoder is pointer to interface, not interface)
lint: controllers/invitation_email_controller.go#L120
cannot use r.rateLimiter() (value of type workqueue.RateLimiter) as workqueue.TypedRateLimiter[reconcile.Request] value in struct literal: workqueue.RateLimiter does not implement workqueue.TypedRateLimiter[reconcile.Request] (wrong type for method Forget)
lint: controllers/invitation_email_controller.go#L120
cannot use r.rateLimiter() (value of type workqueue.RateLimiter) as workqueue.TypedRateLimiter[reconcile.Request] value in struct literal: workqueue.RateLimiter does not implement workqueue.TypedRateLimiter[reconcile.Request] (wrong type for method Forget)
lint
v.decoder.Decode undefined (type *admission.Decoder is pointer to interface, not interface)
lint
Process completed with exit code 2.
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636