From 3a66563c1ebd9b3eeafcb40bb1e1d22edb6aef6b Mon Sep 17 00:00:00 2001 From: GitCaddy Date: Wed, 14 Jan 2026 09:57:48 +0000 Subject: [PATCH] chore: Fix gofmt formatting in runner.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- internal/app/run/runner.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/app/run/runner.go b/internal/app/run/runner.go index e5ea8e2..6c27f4f 100644 --- a/internal/app/run/runner.go +++ b/internal/app/run/runner.go @@ -84,6 +84,7 @@ func (r *Runner) CleanStaleJobCaches(maxAge time.Duration) { } } } + func NewRunner(cfg *config.Config, reg *config.Registration, cli client.Client) *Runner { ls := labels.Labels{} for _, v := range reg.Labels {