Update golangci-lint to v1.30.0

This commit is contained in:
Erik Wilson 2020-08-28 16:24:21 -07:00
parent 56e9ddae7d
commit c1413e1c89
No known key found for this signature in database
GPG Key ID: 28E43BB8BE202CF8

View File

@ -19,7 +19,7 @@ ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH
RUN if [ "${ARCH}" = 'amd64' ]; then \
curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.15.0; \
curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.30.0; \
fi
ARG SELINUX=true