Files
releaser/internal/gitutil
k3nny 6381a6440b
ci / vet, staticcheck, test, build (push) Successful in 3m5s
build(ci): add staticcheck to CI pipeline; fix SA4006 in gitutil test
Add `go tool staticcheck ./...` between vet and test in the `task ci`
pipeline. Fix the SA4006 finding it surfaced: the PlainOpen error in
TestLatestTagTagsIterFails was assigned but never read (the nil check was
lost when the skip logic was simplified).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-11 21:45:49 +02:00
..