Commit Graph
1 Commits
Author SHA1 Message Date
clawbot d661c81955 Remove unnecessary goimports install from lint stage
Check / check (pull_request) Successful in 1m27s
The lint stage only needs golangci-lint (built into base image) and
gofmt for fmt-check. Neither make fmt-check nor make lint uses the
goimports binary directly. Removing it makes the lint stage faster,
which is the whole point of the multi-stage split.

goimports is only used by 'make fmt' which is a local developer
tool, not run during Docker builds.
2026-03-01 11:30:59 -08:00