Merge branch '131-deprecate-golangci-lint-images' into 'master'

Deprecate custom golangci-lint images

Closes #131

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/786

Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Jaime Martinez <jmartinez@gitlab.com>
This commit is contained in:
Balasankar 'Balu' C 2024-04-11 13:50:13 +00:00
commit 9165e8a211
3 changed files with 6 additions and 0 deletions

View file

@ -3,3 +3,5 @@ FROM golangci/golangci-lint:v1.50-alpine
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.50-alpine"

View file

@ -3,3 +3,5 @@ FROM golangci/golangci-lint:v1.51-alpine
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.51-alpine"

View file

@ -3,3 +3,5 @@ FROM golangci/golangci-lint:v1.52-alpine
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"