Skip to content

remove unnecessary util.Dedup and util.RightJoinMap methods #4215

remove unnecessary util.Dedup and util.RightJoinMap methods

remove unnecessary util.Dedup and util.RightJoinMap methods #4215

Triggered via pull request December 13, 2024 22:12
Status Failure
Total duration 1m 24s
Artifacts 1

go-tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test: 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) }
test
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
diff
339 Bytes