From 8ef2efec7dbb0c2a9f170cfc525171b6870e981a Mon Sep 17 00:00:00 2001 From: Cole Wippern Date: Fri, 20 Dec 2019 16:24:58 -0800 Subject: [PATCH] update golangci-linter to v1.21.0 --- hack/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/linter.sh b/hack/linter.sh index 8ae624696..6b61e1aa6 100755 --- a/hack/linter.sh +++ b/hack/linter.sh @@ -20,7 +20,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" if ! [ -x "$(command -v golangci-lint)" ]; then echo "Installing GolangCI-Lint" - ${DIR}/install_golint.sh -b $GOPATH/bin v1.9.3 + ${DIR}/install_golint.sh -b $GOPATH/bin v1.21.0 fi golangci-lint run