Update golangci-lint to v2.6.2

This commit is contained in:
Ciprian Hacman
2026-02-08 10:40:25 +02:00
parent 6829bf9a5f
commit a720d92378
15 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ func (p *Plugin) run(rule cpmtypes.CustomRule) (exitStatus cpmtypes.Status, outp
}
defer cancel()
cmd := util.Exec(rule.Path, rule.Args...)
cmd := util.Exec(ctx, rule.Path, rule.Args...)
stdoutPipe, err := cmd.StdoutPipe()
if err != nil {