From 3f20367ebf80f452b9303b7f141ab800a6016ddb Mon Sep 17 00:00:00 2001 From: ivvist Date: Fri, 23 Aug 2024 17:09:48 +0300 Subject: [PATCH] golangci-lint version->1.60.3 --- scripts/gbash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gbash.sh b/scripts/gbash.sh index 63b6352..99c5ee4 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.55.2 +curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.3 golangci-lint --version