Maintenance: upgrade golangci-lint to 1.40.1

This commit is contained in:
Quentin McGaw (desktop)
2021-05-28 16:24:06 +00:00
parent 449db40d5f
commit 7db1253967

View File

@@ -19,7 +19,7 @@ ENV CGO_ENABLED=1
RUN apk --update --no-cache add g++
FROM --platform=$BUILDPLATFORM base AS lint
ARG GOLANGCI_LINT_VERSION=v1.39.0
ARG GOLANGCI_LINT_VERSION=v1.40.1
RUN wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
sh -s -- -b /usr/local/bin ${GOLANGCI_LINT_VERSION}
COPY .golangci.yml ./