From bb530dd80159b3320c61aa396556cba4b7578a72 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 10 May 2021 12:06:50 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.40.0 --- ci/install-golangci-lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-golangci-lint.sh b/ci/install-golangci-lint.sh index bca2a23..dd8d89f 100644 --- a/ci/install-golangci-lint.sh +++ b/ci/install-golangci-lint.sh @@ -3,5 +3,5 @@ set -eu set -o pipefail -GOLANGCI_LINT_VERSION=v1.31.0 +GOLANGCI_LINT_VERSION=v1.40.0 curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)/bin" "$GOLANGCI_LINT_VERSION"