From 18e28f15597824aa89d6aafb7620431c46bc2d25 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 25 May 2021 07:12:09 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.40.1 --- 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..8defffb 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.1 curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)/bin" "$GOLANGCI_LINT_VERSION"