Skip to content

Commit

Permalink
golangci-lint version->1.55.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Aug 23, 2024
1 parent e1cde1d commit 36faec4
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.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

Expand Down

0 comments on commit 36faec4

Please sign in to comment.