Move typed queues to ResourceEvent over 'any' #5256
Annotations
2 errors and 2 warnings
Run static analysis tools:
pkg/controller/operators/catalog/operator_test.go#L2159
cannot use workqueue.NewTypedRateLimitingQueueWithConfig[any](workqueue.NewTypedMaxOfRateLimiter[any](workqueue.NewTypedItemExponentialFailureRateLimiter[any](1 * time.Second, 1000 * time.Second), &workqueue.TypedBucketRateLimiter[any]{…}), workqueue.TypedRateLimitingQueueConfig[any]{…}) (value of type workqueue.TypedRateLimitingInterface[any]) as workqueue.TypedRateLimitingInterface[kubestate.ResourceEvent] value in struct literal: workqueue.TypedRateLimitingInterface[any] does not implement workqueue.TypedRateLimitingInterface[kubestate.ResourceEvent] (wrong type for method Add)
|
Run static analysis tools
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions/setup-go@v5
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Loading