From 733af8d604d220a820b910a2e49fe33a8cb02dd4 Mon Sep 17 00:00:00 2001 From: ivvist Date: Thu, 12 Oct 2023 10:34:03 +0200 Subject: [PATCH] linter version changed to v1.54.2 --- scripts/gbash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gbash.sh b/scripts/gbash.sh index 8a9d5e7..3c10964 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.52.2 +curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2 echo "Download golangci config" curl -s https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/.golangci.yml > /home/runner/work/.golangci.yaml