From 36faec4dcccd69b0535c4820948df8d1fe422868 Mon Sep 17 00:00:00 2001 From: ivvist Date: Fri, 23 Aug 2024 18:19:06 +0300 Subject: [PATCH] golangci-lint version->1.55.2 --- scripts/gbash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gbash.sh b/scripts/gbash.sh index 99c5ee4..63b6352 100644 --- a/scripts/gbash.sh +++ b/scripts/gbash.sh @@ -6,7 +6,7 @@ if [ "$#" -ne 1 ]; then fi echo "Install golangci-lint in folder: $1/bin" -curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.3 +curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2 golangci-lint --version