Skip to content

fix: correct fetch order for manifests and blobs with hints on media type #4192

fix: correct fetch order for manifests and blobs with hints on media type

fix: correct fetch order for manifests and blobs with hints on media type #4192

Triggered via pull request December 20, 2024 12:09
Status Failure
Total duration 8m 40s
Billable time 13m
Artifacts

lint_and_test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Lint Golang: api/tech/oras/fetcher.go#L38
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Lint Golang: api/tech/oras/fetcher.go#L49
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Lint Golang: cmds/ocm/main.go#L19
exitAfterDefer: os.Exit will exit, and `defer func(){...}(...)` will not run (gocritic)
Lint Golang: api/tech/oras/manifest.go#L20
var `defaultManifestAcceptHeader` is unused (unused)
Lint Golang
Process completed with exit code 2.