Merge branch 'update-golangci-lint' into 'master'

Update golangci-lint image for improved Go 1.18 support

See merge request gitlab-org/gitlab-build-images!551
This commit is contained in:
Balasankar 'Balu' C 2022-07-01 06:18:50 +00:00
commit 05018b2b95

View file

@ -1,4 +1,4 @@
FROM golangci/golangci-lint:v1.45.0-alpine
FROM golangci/golangci-lint:v1.46.2-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