CI: Update golangci-lint to v1.35.2

This commit is contained in:
Quentin McGaw
2021-01-22 13:32:47 +00:00
parent 43b6509b43
commit 1e8254fabf

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.34.1
ARG GOLANGCI_LINT_VERSION=v1.35.2
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 ./