Skip to content

Commit

Permalink
Update golangci-lint to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkyr committed Dec 10, 2023
1 parent d098df0 commit 5c7da9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export CGO_ENABLED=1

if ! command -v golangci-lint &> /dev/null; then
echo "Installing golangci-lint"
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.51.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
fi

echo -n "Running golangci-lint: "
Expand Down

0 comments on commit 5c7da9a

Please sign in to comment.