Skip to content

build: use go 1.25 #5526

build: use go 1.25

build: use go 1.25 #5526

Triggered via pull request March 3, 2026 11:04
Status Failure
Total duration 12m 17s
Artifacts

test-sanity.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
sanity
Process completed with exit code 2.
sanity: internal/olm/client/client_test.go#L350
cannot use &errClient{} (value of type *errClient) as "sigs.k8s.io/controller-runtime/pkg/client".Client value in variable declaration: *errClient does not implement "sigs.k8s.io/controller-runtime/pkg/client".Client (missing method Apply) (typecheck)
sanity: internal/olm/client/client_test.go#L273
impossible type assertion: fakeClient.(*errClient)
sanity: internal/olm/client/client_test.go#L269
cannot use &errClient{…} (value of type *errClient) as "sigs.k8s.io/controller-runtime/pkg/client".Client value in assignment: *errClient does not implement "sigs.k8s.io/controller-runtime/pkg/client".Client (missing method Apply)
docs
Process completed with exit code 2.