From 9c952e6816ebe9f70270aec78be3f95c008e5e8a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Aug 2021 13:02:16 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.42.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..5aee2e8 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.42.0 curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)/bin" "$GOLANGCI_LINT_VERSION"