update golangci-linter to v1.21.0
This commit is contained in:
parent
6b020a1f97
commit
8ef2efec7d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue