From c1413e1c89b60a30e886a51410b60b76aad8fd66 Mon Sep 17 00:00:00 2001 From: Erik Wilson Date: Fri, 28 Aug 2020 16:24:21 -0700 Subject: [PATCH] Update golangci-lint to v1.30.0 --- Dockerfile.dapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dapper b/Dockerfile.dapper index eeee6d76da..da4a85e830 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -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