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. Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me> Change-Id: I0feca8d5ac1bd065bf1526984c4ce5ae2edb25ab
This commit is contained in:
parent
511d7ef22e
commit
80aff90419
@ -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.29.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
|
||||
|
Loading…
Reference in New Issue
Block a user