From 80aff904198005d84cbbdca66cdb22e22bf8e7d8 Mon Sep 17 00:00:00 2001 From: Alexander Hughes Date: Fri, 29 Jan 2021 09:46:43 -0500 Subject: [PATCH] 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 Change-Id: I0feca8d5ac1bd065bf1526984c4ce5ae2edb25ab --- tools/install_linter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install_linter b/tools/install_linter index 9f5d402..535c26b 100755 --- a/tools/install_linter +++ b/tools/install_linter @@ -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