Update golangci-lint

Update golangci-lint version to address gate errors.

Change-Id: Id30d0f59f7eacf83cd7d16d917a8836b8e01bb00
This commit is contained in:
Roman Gorshunov 2020-06-10 21:30:24 +02:00
parent 7ee461e58e
commit 704b0ed5dc

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.24.0
version=v1.27.0
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