mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
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:
commit
9165e8a211
3 changed files with 6 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue