Skip to content

feat(go): update module sigs.k8s.io/controller-runtime to v0.23.1 #229

feat(go): update module sigs.k8s.io/controller-runtime to v0.23.1

feat(go): update module sigs.k8s.io/controller-runtime to v0.23.1 #229

Triggered via pull request February 21, 2026 21:00
Status Failure
Total duration 2m 26s
Artifacts

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Run on Ubuntu
Process completed with exit code 1.
Run on Ubuntu: pkg/controllers/namespace_controller_test.go#L227
cannot use mov (variable of type *fakeManager) as controllerruntime.Manager value in argument to r.SetupWithManager: *fakeManager does not implement manager.Manager (missing method GetConverterRegistry) (typecheck)
Run on Ubuntu: pkg/controllers/lease_controller_test.go#L1530
cannot use mov (variable of type *fakeManager) as manager.Manager value in argument to r.SetupWithManager: *fakeManager does not implement manager.Manager (missing method GetConverterRegistry)
Run on Ubuntu
cannot use mgr (variable of type *testMgr) as controllerruntime.Manager value in argument to healthCheck: *testMgr does not implement manager.Manager (missing method GetConverterRegistry)
Run on Ubuntu
cannot use mov (variable of type *fakeManager) as manager.Manager value in argument to r.SetupWithManager: *fakeManager does not implement manager.Manager (missing method GetConverterRegistry)