mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
7 lines
340 B
Docker
7 lines
340 B
Docker
FROM golangci/golangci-lint:v1.52-alpine
|
|
# git must be installed for golangci-lint's --new-from-rev flag to work.
|
|
RUN apk --no-cache add git jq bash
|
|
# Include a default .golangci.yml
|
|
COPY /assets/.golangci.yml /golangci/.golangci.yml
|
|
|
|
RUN echo "DEPRECATED. Please use the upstream version of the linter golangci/golangci-lint:v1.52-alpine"
|