CI Perf Lint

dockerfile-go-build-without-cache-mount

Detects Go Dockerfiles that run go build without a visible BuildKit cache mount on the same instruction.

This rule looks for:

Why it matters:

What to do:

This rule flags the narrow missing cache mount on a Go build step. It does not require a specific runtime image or deployment layout.