Skip to content

fix(deps): update module github.com/docker/docker to v27 - autoclosed #2186

fix(deps): update module github.com/docker/docker to v27 - autoclosed

fix(deps): update module github.com/docker/docker to v27 - autoclosed #2186

Triggered via pull request July 23, 2024 22:31
Status Success
Total duration 4m 47s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Analyze (go): 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)
Analyze (go): 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)
Analyze (go)
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)
Analyze (go)
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)
Analyze (go)
cannot use _docker (variable of type *"github.com/go-vela/worker/mock/docker".mock) as client.CommonAPIClient value in assignment: *"github.com/go-vela/worker/mock/docker".mock does not implement client.CommonAPIClient (wrong type for method ImageImport)