Bump linter from 1.29 to 1.36
Updating linter to latest version, which also updates gosec to latest version to keep on top of updated security checks in source code. Change-Id: I18cc618d24fb6979944df45f4755f4abc3ebc421 Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
This commit is contained in:
@@ -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.27.0
|
||||
version=v1.36.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
|
||||
|
||||
Reference in New Issue
Block a user