From ae940377fb467f5a0fd08bf6049213961ea41374 Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Fri, 24 Jul 2020 15:10:23 +0200 Subject: [PATCH] Bump lint to v1.29.0 test concurrency in tests --- run-lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-lint.sh b/run-lint.sh index 5fa85cc..1488648 100755 --- a/run-lint.sh +++ b/run-lint.sh @@ -9,7 +9,7 @@ gopath="$(go env GOPATH)" if ! [[ -x "$gopath/bin/golangci-lint" ]]; then echo >&2 'Installing golangci-lint' curl --silent --fail --location \ - https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$gopath/bin" v1.28.1 + https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$gopath/bin" v1.29.0 fi # configured by .golangci.yml