Files
mathias 06d4ac6076
CD / Lint / Test / Vet (push) Successful in 24s
CD / Build & Import (push) Failing after 1s
CD / Deploy via GitOps (push) Has been skipped
fix(ci): go mod tidy + check resp.Body.Close error (template-go-agent#3)
Template shipped with no go.sum and an unchecked resp.Body.Close(),
both failing `task check` (golangci-lint errcheck) on every push since
bootstrap -- every repo generated from this template inherited the same
red CI. go.sum generated via `go mod tidy`; Close() error explicitly
discarded (best-effort cleanup, nothing actionable to do with it).
2026-07-24 15:19:17 +02:00
..