Bump github.com/docker/docker from 24.0.6+incompatible to 25.0.5+incompatible #351
lint-go.yml
on: pull_request
lint-go
/
Check if go.mod is tidy
26s
lint-go
/
Run Staticcheck
1m 2s
lint-go
/
Run golangci-lint
56s
Annotations
8 errors and 3 warnings
lint-go / Check if go.mod is tidy
Process completed with exit code 1.
|
lint-go / Run Staticcheck:
create.go#L361
types.ContainerListOptions is deprecated: use [container.ListOptions]. (SA1019)
|
lint-go / Run Staticcheck:
mock-docker.go#L16
types.ContainerListOptions is deprecated: use [container.ListOptions]. (SA1019)
|
lint-go / Run Staticcheck:
mock-docker.go#L43
types.ContainerListOptions is deprecated: use [container.ListOptions]. (SA1019)
|
lint-go / Run Staticcheck:
sync.go#L21
types.ContainerListOptions is deprecated: use [container.ListOptions]. (SA1019)
|
lint-go / Run Staticcheck:
whalewall_test.go#L87
types.ContainerListOptions is deprecated: use [container.ListOptions]. (SA1019)
|
lint-go / Run Staticcheck:
wrap.go#L22
types.ContainerListOptions is deprecated: use [container.ListOptions]. (SA1019)
|
lint-go / Run Staticcheck
Process completed with exit code 1.
|
lint-go / Check if go.mod is tidy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint-go / Run golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint-go / Run Staticcheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|