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:

  1. Persisted across jobs
  2. Restored by GitHub Actions
  3. Injected back into BuildKit
  4. Actually speeding up go build

Prerequisites

This checklist assumes:

Installs
5
GitHub Stars
126
First Seen
Mar 1, 2026
verify-buildkit-cache — hiromaily/go-crypto-wallet