Skip to content

Bump github.com/docker/docker from 27.2.0+incompatible to 27.2.1+incompatible #2254

Bump github.com/docker/docker from 27.2.0+incompatible to 27.2.1+incompatible

Bump github.com/docker/docker from 27.2.0+incompatible to 27.2.1+incompatible #2254

Triggered via pull request September 9, 2024 12:49
Status Failure
Total duration 57s
Artifacts

linters.yaml

on: pull_request
golangci-lint
46s
golangci-lint
goimports check
10s
goimports check
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
golangci-lint: test/feature/testutil/docker_composer.go#L214
SA1019: types.ExecConfig is deprecated: use [container.ExecOptions]. (staticcheck)
golangci-lint: test/feature/testutil/docker_composer.go#L223
SA1019: types.ExecStartCheck is deprecated: use [container.ExecStartOptions] or [container.ExecAttachOptions]. (staticcheck)
golangci-lint: test/feature/testutil/docker_composer.go#L237
SA1019: types.ContainerExecInspect is deprecated: use [container.ExecInspect]. (staticcheck)
golangci-lint: test/feature/testutil/docker_composer.go#L257
SA1019: types.ExecConfig is deprecated: use [container.ExecOptions]. (staticcheck)
golangci-lint: test/feature/testutil/docker_composer.go#L265
SA1019: types.ExecStartCheck is deprecated: use [container.ExecStartOptions] or [container.ExecAttachOptions]. (staticcheck)
golangci-lint
issues found
goimports check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/