Commit Graph

4 Commits

Author SHA1 Message Date
clawbot
0355dedab7 fix CI: use pre-built golangci-lint binary and install sqlite3
All checks were successful
check / check (pull_request) Successful in 11m57s
Two issues caused CI failures:

1. golangci-lint v2.10.1 requires Go >= 1.25.0, but the project uses
   Go 1.24.4 (from go.mod). The previous `go install` approach tried
   to compile golangci-lint from source, which fails due to the Go
   version mismatch. Fix: download the pre-built binary via the
   official install script, pinned to the same commit SHA (5d1e709)
   for security.

2. TestBackupAndRestore fails because vacuumDatabase() shells out to
   the `sqlite3` CLI binary, which is not installed in the CI runner
   image. Fix: install sqlite3 via apt-get in CI.
2026-03-10 12:14:44 -07:00
4a7efbae46 security: pin all go install refs to commit SHAs
Some checks failed
check / check (pull_request) Failing after 7m24s
2026-02-20 03:10:52 -08:00
user
28371476bc security: pin CI actions to commit SHAs
Some checks failed
check / check (pull_request) Failing after 6m6s
2026-02-20 02:58:35 -08:00
user
c65170b8df add CI workflow for make check
Some checks failed
check / check (pull_request) Failing after 6m24s
2026-02-20 02:53:14 -08:00