update golangci-linter to v1.21.0

This commit is contained in:
Cole Wippern 2019-12-20 16:24:58 -08:00
parent 6b020a1f97
commit 8ef2efec7d
1 changed files with 1 additions and 1 deletions

View File

@ -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