verify-buildkit-cache
Installation
SKILL.md
Verifying BuildKit Cache Effectiveness
Systematically verify—from CI logs only—that Docker RUN --mount=type=cache
(Go GOMODCACHE and GOCACHE) is:
- Persisted across jobs
- Restored by GitHub Actions
- Injected back into BuildKit
- Actually speeding up
go build
Prerequisites
This checklist assumes: