chore: update docker to v27.3.1 #277
ci.yaml
on: pull_request
lint
59s
fmt
18s
unit-tests
1m 18s
integration-tests
1m 27s
build
1m 37s
codeql
3m 58s
publish
0s
Annotations
32 errors and 6 warnings
fmt
Process completed with exit code 1.
|
lint:
dockerutil/image.go#L54
undefined: dockertypes.ImagePullOptions
|
lint:
dockerutil/image.go#L179
undefined: dockertypes.ContainerRemoveOptions
|
lint:
dockerutil/image.go#L184
undefined: dockertypes.ContainerStartOptions (typecheck)
|
lint:
cli/docker.go#L27
could not import github.com/coder/envbox/dockerutil (-: # github.com/coder/envbox/dockerutil
|
lint:
dockerutil/image.go#L54
undefined: dockertypes.ImagePullOptions
|
lint:
dockerutil/image.go#L179
undefined: dockertypes.ContainerRemoveOptions
|
lint:
dockerutil/image.go#L184
undefined: dockertypes.ContainerStartOptions) (typecheck)
|
lint:
cli/clitest/cli.go#L13
could not import github.com/coder/envbox/dockerutil (-: # github.com/coder/envbox/dockerutil
|
lint:
dockerutil/image.go#L54
undefined: dockertypes.ImagePullOptions
|
lint:
dockerutil/image.go#L179
undefined: dockertypes.ContainerRemoveOptions
|
unit-tests:
dockerutil/image.go#L54
undefined: dockertypes.ImagePullOptions
|
unit-tests:
dockerutil/image.go#L179
undefined: dockertypes.ContainerRemoveOptions
|
unit-tests:
dockerutil/image.go#L184
undefined: dockertypes.ContainerStartOptions
|
unit-tests
cannot use k (variable of type string) as container.RestartPolicyMode value in assignment
|
unit-tests
Process completed with exit code 1.
|
integration-tests:
dockerutil/image.go#L54
undefined: dockertypes.ImagePullOptions
|
integration-tests:
dockerutil/image.go#L179
undefined: dockertypes.ContainerRemoveOptions
|
integration-tests:
dockerutil/image.go#L184
undefined: dockertypes.ContainerStartOptions
|
integration-tests
cannot use k (variable of type string) as container.RestartPolicyMode value in assignment
|
integration-tests
Process completed with exit code 1.
|
build:
dockerutil/image.go#L54
undefined: dockertypes.ImagePullOptions
|
build:
dockerutil/image.go#L179
undefined: dockertypes.ContainerRemoveOptions
|
build:
dockerutil/image.go#L184
undefined: dockertypes.ContainerStartOptions
|
build
Process completed with exit code 2.
|
codeql
undefined: dockertypes.ImagePullOptions
|
codeql
undefined: dockertypes.ContainerRemoveOptions
|
codeql
undefined: dockertypes.ContainerStartOptions
|
codeql
undefined: dockerfake.MockClient
|
codeql
undefined: dockerfake.MockClient
|
codeql
undefined: dockerfake.MockClient
|
codeql
cannot use k (variable of type string) as container.RestartPolicyMode value in assignment
|
unit-tests
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/
|
unit-tests
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/
|
integration-tests
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/
|
integration-tests
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/
|
codeql
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
codeql
Expected `which go` to return /home/runner/work/_temp/codeql-action-go-tracing/bin/go, but got /opt/hostedtoolcache/go/1.23.3/x64/bin/go: please ensure that the correct version of Go is installed before the `codeql-action/init` Action is used.
|