From da2807a8129f762ff6d7bffc92c112cc92fe5c51 Mon Sep 17 00:00:00 2001 From: ivvist Date: Wed, 7 Feb 2024 16:12:27 +0100 Subject: [PATCH] linter config updated --- scripts/gbash.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/gbash.sh b/scripts/gbash.sh index 9504d5a..5a570df 100644 --- a/scripts/gbash.sh +++ b/scripts/gbash.sh @@ -8,6 +8,8 @@ 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 +golangci-lint --version + echo "Download golangci config" curl -s https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/.golangci.yml > /home/runner/work/.golangci.yaml