remove unnecessary util.Dedup
and util.RightJoinMap
methods
#4215
Annotations
2 errors
Run chainguard-dev/actions/goimports@main:
pkg/build/compile.go#L1
Please run goimports.
diff --git a/pkg/build/compile.go b/pkg/build/compile.go
index c68136b..5a66ee7 100644
--- a/pkg/build/compile.go
+++ b/pkg/build/compile.go
@@ -245,7 +245,7 @@ func (c *Compiled) compilePipeline(ctx context.Context, sm *SubstitutionMap, pip
}
if parent != nil {
-
+
with = util.RightJoinMap(parent, with)
}
|
Run chainguard-dev/actions/goimports@main
Process completed with exit code 1.
|
Loading