mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Update golangci-lint
* Bump to latest golangci-lint version. * Add bash to image to allow `set -o pipefail` to be used. Related to https://gitlab.com/gitlab-org/labkit/-/merge_requests/112 Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
ab8f6f2046
commit
b40a85d08c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
FROM golangci/golangci-lint:v1.28.1-alpine
|
||||
FROM golangci/golangci-lint:v1.37.0-alpine
|
||||
# git must be installed for golangci-lint's --new-from-rev flag to work.
|
||||
RUN apk --no-cache add git jq
|
||||
RUN apk --no-cache add git jq bash
|
||||
# Include a default .golangci.yml
|
||||
COPY /assets/.golangci.yml /golangci/.golangci.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue