Skip to content

upgrade docker version and go #41

upgrade docker version and go

upgrade docker version and go #41

Triggered via pull request May 31, 2024 00:22
Status Failure
Total duration 1m 20s
Artifacts

go.yml

on: pull_request
Matrix: test
Check coverage
5s
Check coverage
Fit to window
Zoom out
Zoom in

Annotations

9 errors
lint: mockdockerclient/image_api_client.go#L43
SA1019: types.ImageCreateOptions is deprecated: use [image.CreateOptions]. (staticcheck)
lint: mockdockerclient/image_api_client.go#L58
SA1019: types.ImageImportOptions is deprecated: use [image.ImportOptions]. (staticcheck)
lint: mockdockerclient/image_api_client.go#L84
SA1019: types.ImagePullOptions is deprecated: use [image.PullOptions]. (staticcheck)
lint: mockdockerclient/image_api_client.go#L94
SA1019: types.ImagePushOptions is deprecated: use [image.PushOptions]. (staticcheck)
lint: dktest.go#L38
SA1019: types.ImagePullOptions is deprecated: use [image.PullOptions]. (staticcheck)
lint: dktest.go#L62
SA1019: types.ImageRemoveOptions is deprecated: use [image.RemoveOptions]. (staticcheck)
lint: rand.go#L14
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (staticcheck)
lint: dktest.go#L6
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint
issues found