Skip to content

Update kubernetes monorepo to v0.37.0 #1248

Update kubernetes monorepo to v0.37.0

Update kubernetes monorepo to v0.37.0 #1248

Triggered via pull request August 30, 2026 15:30
Status Failure
Total duration 2m 5s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test
impossible type assertion: h.(map[string]toolscache.ResourceEventHandlerRegistration)
test
cannot use handles (variable of type map[string]"k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration) as "k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration value in return statement: map[string]"k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration does not implement "k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration (missing method HasSynced)
test
cannot use handles (variable of type map[string]"k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration) as "k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration value in return statement: map[string]"k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration does not implement "k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration (missing method HasSynced)
test
cannot use oa.Config (variable of type *common.Config) as *common.OpenAPIV3Config value in argument to builder3.BuildOpenAPISpec
test
too many arguments in call to handler3.NewOpenAPIService
test
assignment mismatch: 2 variables but handler3.NewOpenAPIService returns 1 value
test
assignment mismatch: 2 variables but handler.NewOpenAPIService returns 1 value
test
cannot use t.FromStructured(obj) (value of type *"sigs.k8s.io/structured-merge-diff/v6/typed".TypedValue) as *"sigs.k8s.io/structured-merge-diff/v4/typed".TypedValue value in return statement
test
cannot use t.FromUnstructured(o.UnstructuredContent()) (value of type *"sigs.k8s.io/structured-merge-diff/v6/typed".TypedValue) as *"sigs.k8s.io/structured-merge-diff/v4/typed".TypedValue value in return statement
test
cannot use func() (bool, error) {…} (value of type func() (bool, error)) as wait.ConditionWithContextFunc value in argument to wait.ExponentialBackoffWithContext
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/