Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions script/lint
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BINARY=$BINDIR/golangci-lint
GOLANGCI_LINT_VERSION=v2.5.0

Comment thread
alexandear marked this conversation as resolved.
if [ ! -f "$BINARY" ]; then
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s "$GOLANGCI_LINT_VERSION"
curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b "$BINDIR" "$GOLANGCI_LINT_VERSION"
fi

$BINARY run
$BINARY run
Comment thread
alexandear marked this conversation as resolved.
Outdated
Loading