fix(deps): update module github.com/docker/docker to v27 - autoclosed #1903
Annotations
5 errors
golangci-lint:
mock/docker/image.go#L253
cannot use (*ImageService)(nil) (value of type *ImageService) as client.ImageAPIClient value in variable declaration: *ImageService does not implement client.ImageAPIClient (wrong type for method ImageImport)
|
golangci-lint:
mock/docker/mock.go#L110
cannot use (*mock)(nil) (value of type *mock) as client.CommonAPIClient value in variable declaration: *mock does not implement client.CommonAPIClient (wrong type for method ImageImport)
|
golangci-lint:
runtime/docker/docker.go#L9
could not import github.com/go-vela/worker/mock/docker (-: # github.com/go-vela/worker/mock/docker
|
golangci-lint:
mock/docker/image.go#L253
cannot use (*ImageService)(nil) (value of type *ImageService) as client.ImageAPIClient value in variable declaration: *ImageService does not implement client.ImageAPIClient (wrong type for method ImageImport)
|
golangci-lint:
mock/docker/mock.go#L110
cannot use (*mock)(nil) (value of type *mock) as client.CommonAPIClient value in variable declaration: *mock does not implement client.CommonAPIClient (wrong type for method ImageImport)
|
Loading