From 8940c9069a3850245fe3534c5ead96ecab6024de Mon Sep 17 00:00:00 2001 From: Sajay Antony Date: Tue, 13 Sep 2022 17:33:04 +0000 Subject: [PATCH] Fix lint errors Signed-off-by: Sajay Antony --- specs-go/v1/artifact.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs-go/v1/artifact.go b/specs-go/v1/artifact.go index a94251225..03d76ce43 100644 --- a/specs-go/v1/artifact.go +++ b/specs-go/v1/artifact.go @@ -26,7 +26,7 @@ type Artifact struct { // Blobs is a collection of blobs referenced by this manifest. Blobs []Descriptor `json:"blobs,omitempty"` - // Subject (reference) is an optional link from the artifact to another manifest forming an association between the artifact and the other manifest. + // Subject (reference) is an optional link from the artifact to another manifest forming an association between the artifact and the other manifest. Subject *Descriptor `json:"subject,omitempty"` // Annotations contains arbitrary metadata for the artifact manifest.