Skip to content

fix(deps): update module go.miloapis.com/milo to v0.30.2 #650

fix(deps): update module go.miloapis.com/milo to v0.30.2

fix(deps): update module go.miloapis.com/milo to v0.30.2 #650

Triggered via push July 9, 2026 21:55
Status Failure
Total duration 2m 58s
Artifacts

test-e2e.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Run on Ubuntu
Process completed with exit code 2.
Run on Ubuntu: internal/downstreamclient/enqueue_upstream_owner.go#L118
cannot use strings.TrimPrefix(strings.ReplaceAll(annotations[UpstreamOwnerClusterName], "_", "/"), "cluster-") (value of type string) as multicluster.ClusterName value in struct literal
Run on Ubuntu: internal/downstreamclient/enqueue_upstream_owner.go#L32
cannot use func(clusterName string, cl cluster.Cluster) handler.TypedEventHandler[object, mcreconcile.Request] {…} (value of type func(clusterName string, cl cluster.Cluster) "sigs.k8s.io/controller-runtime/pkg/handler".TypedEventHandler[object, "sigs.k8s.io/multicluster-runtime/pkg/reconcile".Request]) as "sigs.k8s.io/multicluster-runtime/pkg/handler".TypedEventHandlerFunc[object, "sigs.k8s.io/multicluster-runtime/pkg/reconcile".Request] value in return statement
Run on Ubuntu: internal/downstreamclient/mappednamespace.go#L219
cannot use &mappedNamespaceClient{} (value of type *mappedNamespaceClient) as client.Client value in variable declaration: *mappedNamespaceClient does not implement client.Client (missing method Apply)
Run on Ubuntu: internal/downstreamclient/mappednamespace.go#L46
cannot use &mappedNamespaceClient{…} (value of type *mappedNamespaceClient) as client.Client value in return statement: *mappedNamespaceClient does not implement client.Client (missing method Apply)
Run on Ubuntu
cannot use &wrapperStatusClient{…} (value of type *wrapperStatusClient) as client.StatusWriter value in return statement: *wrapperStatusClient does not implement client.SubResourceWriter (missing method Apply)
Run on Ubuntu
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/