Skip to content

Commit

Permalink
linter version changed to v1.54.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Oct 12, 2023
1 parent 25ddc08 commit 733af8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gbash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 733af8d

Please sign in to comment.