Commit Graph

10 Commits

Author SHA1 Message Date
clawbot
ffc400a140 add make check target, CI workflow, and Dockerfile lint stage
- Add lint stage using prebuilt golangci/golangci-lint image for fast
  feedback on formatting and lint issues
- Add build stage using golang:1.24-alpine for tests and compilation
  (replaces sneak/builder:2022-12-08 which has Go 1.19, too old for
  go 1.23 modules)
- Build stage depends on lint stage via COPY --from=lint to ensure
  BuildKit runs both stages
- All Docker base images pinned by sha256 hash
- Add Makefile targets: fmt-check, build, check, hooks
- check target runs fmt-check, lint, and test
- CI workflow simply runs 'docker build .' which implicitly runs all
  checks via the Dockerfile stages
- Update README with new targets and correct Go version requirement
- Remove vendor.tzst/modcache.tzst references from Dockerfile (removed
  in prior commit)
2026-03-02 02:00:29 -08:00
7df558d8d0 next (#5)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: sneak <sneak@sneak.berlin>
Reviewed-on: #5
2022-12-09 00:02:33 +00:00
7a8a1b4a4a rollup from next branch (#4)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: sneak <sneak@sneak.berlin>
Reviewed-on: #4
2022-12-04 07:59:36 +00:00
6628325843 ci debugging
Some checks failed
continuous-integration/drone/push Build is failing
2022-02-01 23:35:33 -08:00
bb810fb728 this should fix ci
Some checks failed
continuous-integration/drone/push Build is failing
2022-02-01 22:30:43 -08:00
b6c73621fc used the arm64 hash instead of the amd64 one
Some checks failed
continuous-integration/drone/push Build is failing
2022-02-01 22:20:59 -08:00
94f948da04 testing ci again
Some checks failed
continuous-integration/drone/push Build is failing
2022-02-01 22:17:13 -08:00
52720830e0 test to get ci working
Some checks failed
continuous-integration/drone/push Build is failing
2022-02-01 22:05:16 -08:00
1b3e058b86 add final image
Some checks failed
continuous-integration/drone/push Build is failing
2022-02-01 21:47:30 -08:00
7a47873be3 getting ready for CI 2022-02-01 21:36:20 -08:00