executor: Add support for Docker exec to run commands in existing containers #283
Annotations
5 errors and 3 warnings
Go Linter:
internal/digraph/executor/docker.go#L67
SA1019: types.ExecConfig is deprecated: use [container.ExecOptions]. (staticcheck)
|
Go Linter:
internal/digraph/executor/docker.go#L170
SA1019: types.ExecConfig is deprecated: use [container.ExecOptions]. (staticcheck)
|
Go Linter:
internal/digraph/executor/docker.go#L189
SA1019: types.ExecStartCheck is deprecated: use [container.ExecStartOptions] or [container.ExecAttachOptions]. (staticcheck)
|
Go Linter:
internal/digraph/executor/docker.go#L267
SA1019: types.ExecConfig is deprecated: use [container.ExecOptions]. (staticcheck)
|
Go Linter
issues found
|
Check for spelling errors
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Go Linter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|