From 89518a09b814e8b8341e84c7a51ced71b8e88e5e Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sat, 3 May 2025 15:58:14 +1000 Subject: [PATCH] Bumping golint --- scripts/devtools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/devtools.sh b/scripts/devtools.sh index 782a1fe1..2cf7ab64 100755 --- a/scripts/devtools.sh +++ b/scripts/devtools.sh @@ -1,5 +1,5 @@ #!/bin/sh set -ex go mod download golang.org/x/tools@latest -curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.0 +curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8 curl -sSfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s