Update golangci-lint to v1.30.0

pull/2098/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH ENV ARCH $DAPPER_HOST_ARCH
RUN if [ "${ARCH}" = 'amd64' ]; then \ 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 fi
ARG SELINUX=true ARG SELINUX=true