From c9a20732d0287a9d80d6df418cb696fcc7df820c Mon Sep 17 00:00:00 2001 From: adbenitez Date: Sun, 4 Feb 2024 20:09:39 -0500 Subject: [PATCH] update golangci-lint --- scripts/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 39e19b9..b3e61a1 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -13,7 +13,7 @@ if ! command -v golangci-lint &> /dev/null then echo "golangci-lint not found, installing..." # binary will be $(go env GOPATH)/bin/golangci-lint - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.52.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2 fi if ! golangci-lint run then