Files
upaas/Dockerfile
clawbot d661c81955
All checks were successful
Check / check (pull_request) Successful in 1m27s
Remove unnecessary goimports install from lint stage
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

985 B