Skip to content

Remove use of deprecated types #72

Remove use of deprecated types

Remove use of deprecated types #72

Triggered via push December 28, 2024 22:06
Status Failure
Total duration 57s
Artifacts

run-CI.yml

on: push
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 1 warning
ci (ubuntu-latest, 1.22.x): cmd/dockerfuse/client/docker_client.go#L18
types.ExecStartCheck is deprecated: use [container.ExecStartOptions] or [container.ExecAttachOptions]. (SA1019)
ci (ubuntu-latest, 1.22.x): cmd/dockerfuse/client/docker_client.go#L19
types.ExecConfig is deprecated: use [container.ExecOptions]. (SA1019)
ci (ubuntu-latest, 1.22.x): cmd/dockerfuse/client/docker_client.go#L21
types.CopyToContainerOptions is deprecated: use [container.CopyToContainerOptions], (SA1019)
ci (ubuntu-latest, 1.22.x)
Process completed with exit code 1.
ci (ubuntu-latest, 1.23.x): cmd/dockerfuse/client/docker_client.go#L18
types.ExecStartCheck is deprecated: use [container.ExecStartOptions] or [container.ExecAttachOptions]. (SA1019)
ci (ubuntu-latest, 1.23.x): cmd/dockerfuse/client/docker_client.go#L19
types.ExecConfig is deprecated: use [container.ExecOptions]. (SA1019)
ci (ubuntu-latest, 1.23.x): cmd/dockerfuse/client/docker_client.go#L21
types.CopyToContainerOptions is deprecated: use [container.CopyToContainerOptions], (SA1019)
ci (ubuntu-latest, 1.23.x)
Process completed with exit code 1.
ci (macos-latest, 1.22.x): cmd/dockerfuse/client/docker_client.go#L18
types.ExecStartCheck is deprecated: use [container.ExecStartOptions] or [container.ExecAttachOptions]. (SA1019)
ci (macos-latest, 1.22.x): cmd/dockerfuse/client/docker_client.go#L19
types.ExecConfig is deprecated: use [container.ExecOptions]. (SA1019)
ci (macos-latest, 1.22.x): cmd/dockerfuse/client/docker_client.go#L21
types.CopyToContainerOptions is deprecated: use [container.CopyToContainerOptions], (SA1019)
ci (macos-latest, 1.22.x)
Process completed with exit code 1.
ci (macos-latest, 1.23.x): cmd/dockerfuse/client/docker_client.go#L18
types.ExecStartCheck is deprecated: use [container.ExecStartOptions] or [container.ExecAttachOptions]. (SA1019)
ci (macos-latest, 1.23.x): cmd/dockerfuse/client/docker_client.go#L19
types.ExecConfig is deprecated: use [container.ExecOptions]. (SA1019)
ci (macos-latest, 1.23.x): cmd/dockerfuse/client/docker_client.go#L21
types.CopyToContainerOptions is deprecated: use [container.CopyToContainerOptions], (SA1019)
ci (macos-latest, 1.23.x)
Process completed with exit code 1.
ci (ubuntu-latest, 1.21.x): cmd/dockerfuse/client/docker_client.go#L18
types.ExecStartCheck is deprecated: use [container.ExecStartOptions] or [container.ExecAttachOptions]. (SA1019)
ci (ubuntu-latest, 1.21.x): cmd/dockerfuse/client/docker_client.go#L19
types.ExecConfig is deprecated: use [container.ExecOptions]. (SA1019)
ci (ubuntu-latest, 1.21.x): cmd/dockerfuse/client/docker_client.go#L21
types.CopyToContainerOptions is deprecated: use [container.CopyToContainerOptions], (SA1019)
ci (ubuntu-latest, 1.21.x)
Process completed with exit code 1.
ci (macos-latest, 1.21.x): cmd/dockerfuse/client/docker_client.go#L18
types.ExecStartCheck is deprecated: use [container.ExecStartOptions] or [container.ExecAttachOptions]. (SA1019)
ci (macos-latest, 1.21.x): cmd/dockerfuse/client/docker_client.go#L19
types.ExecConfig is deprecated: use [container.ExecOptions]. (SA1019)
ci (macos-latest, 1.21.x): cmd/dockerfuse/client/docker_client.go#L21
types.CopyToContainerOptions is deprecated: use [container.CopyToContainerOptions], (SA1019)
ci (macos-latest, 1.21.x)
Process completed with exit code 1.
coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636