fix: correct fetch order for manifests and blobs with hints on media type #4192
lint_and_test.yaml
on: pull_request
Run tests
8m 32s
Lint Golang
3m 45s
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.
|