Deprecate custom golangci-lint images

This commit is contained in:
Jaime Martinez 2024-02-29 13:44:19 +11:00
parent 2a15b1419d
commit 84f1df29eb
No known key found for this signature in database
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 RUN apk --no-cache add git jq bash
# Include a default .golangci.yml # Include a default .golangci.yml
COPY /assets/.golangci.yml /golangci/.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 RUN apk --no-cache add git jq bash
# Include a default .golangci.yml # Include a default .golangci.yml
COPY /assets/.golangci.yml /golangci/.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 RUN apk --no-cache add git jq bash
# Include a default .golangci.yml # Include a default .golangci.yml
COPY /assets/.golangci.yml /golangci/.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"