Update golangci-lint image for improved Go 1.18 support

This commit is contained in:
vntw 2022-06-17 12:27:42 +02:00
parent 345189653e
commit 1b34d43a2a
No known key found for this signature in database
GPG key ID: 9513893490779576

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