Bump github.com/docker/docker from 24.0.6+incompatible to 25.0.0+incompatible #334
lint-go.yml
on: pull_request
lint-go
/
Check if go.mod is tidy
26s
lint-go
/
Run Staticcheck
33s
lint-go
/
Run golangci-lint
48s
Annotations
8 errors
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.
|