From 9d60c79609c33c7ab2feaaf0a3399367c216081d Mon Sep 17 00:00:00 2001 From: Marco Vito Moscaritolo Date: Mon, 11 Nov 2024 14:02:33 +0100 Subject: [PATCH] update golangci-lint to the last version --- scripts/devtools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/devtools.sh b/scripts/devtools.sh index 49e7a43a..6fe80caf 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.55.2 +curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.0 wget -O- -nv https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s