Hi there,
After updating to V2, linter failed with
WARN [runner] Can't run linter goanalysis_metalinter: buildir: failed to load package descriptor: could not load export data: no export data for "oras.land/oras-go/v2/internal/descriptor"
ERRO Running error: 1 error occurred:
* can't run linter goanalysis_metalinter: buildir: failed to load package descriptor: could not load export data: no export data for "oras.land/oras-go/v2/internal/descriptor"
after dig into the code, I noticed this const ( MediaTypeArtifactManifest) has not been set in the code.
Hi there,
After updating to V2, linter failed with
after dig into the code, I noticed this const (
MediaTypeArtifactManifest) has not been set in the code.