Skip to content

Commit 225f822

Browse files
committed
chore: update local golangci-lint installation
1 parent ccfec3d commit 225f822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/lint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ BINARY=$BINDIR/golangci-lint
88
GOLANGCI_LINT_VERSION=v2.5.0
99

1010
if [ ! -f "$BINARY" ]; then
11-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s "$GOLANGCI_LINT_VERSION"
11+
curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b "$BINDIR" "$GOLANGCI_LINT_VERSION"
1212
fi
1313

14-
$BINARY run
14+
$BINARY run

0 commit comments

Comments
 (0)