Merge "Uplift linter"

This commit is contained in:
Zuul 2020-03-06 20:25:54 +00:00 committed by Gerrit Code Review
commit cadd8ad608

View File

@ -3,7 +3,7 @@ set -x
tools_bin_dir="${BASH_SOURCE%/*}"
download_url=https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh
version=v1.21.0
version=v1.23.8
if ! curl -sfL "$download_url" | sh -s -- -b "$tools_bin_dir/bin" "$version"; then
printf "Something went wrong while installing golangci-lint\n" 1>&2