Skip to content

chore: Bump dependencies for skaffold 2.15 release #3378

chore: Bump dependencies for skaffold 2.15 release

chore: Bump dependencies for skaffold 2.15 release #3378

Triggered via pull request March 24, 2025 20:11
Status Failure
Total duration 7m 22s
Artifacts

unit-tests-windows.yml

on: pull_request
PR unit tests (windows)
7m 9s
PR unit tests (windows)
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PR unit tests (windows): pkg/skaffold/docker/image.go#L533
cannot use false (constant of type bool) as "github.com/docker/docker/client".ImageLoadOption value in argument to l.apiClient.ImageLoad: bool does not implement "github.com/docker/docker/client".ImageLoadOption (missing method Apply)
PR unit tests (windows): vendor/github.com/google/go-containerregistry/pkg/v1/daemon/options.go#L40
cannot use client.NewClientWithOpts(client.FromEnv) (value of type *client.Client) as Client value in return statement: *client.Client does not implement Client (wrong type for method ImageHistory)
PR unit tests (windows): testutil/fake_image_api.go#L261
undefined: types.ImageLoadResponse