Split Dockerfile into lint + build stages for faster CI feedback #152

Merged
sneak merged 2 commits from feature/split-dockerfile-lint-build-stages into main 2026-03-01 21:19:22 +01:00
Showing only changes of commit d661c81955 - Show all commits

View File

@@ -2,8 +2,6 @@
# golangci/golangci-lint:v2.10.1
FROM golangci/golangci-lint@sha256:ea84d14c2fef724411be7dc45e09e6ef721d748315252b02df19a7e3113ee763 AS lint
RUN go install golang.org/x/tools/cmd/goimports@009367f5c17a8d4c45a961a3a509277190a9a6f0 # v0.42.0
WORKDIR /src
COPY go.mod go.sum ./
RUN go mod download