We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfec3d commit 225f822Copy full SHA for 225f822
1 file changed
script/lint
@@ -8,7 +8,7 @@ BINARY=$BINDIR/golangci-lint
8
GOLANGCI_LINT_VERSION=v2.5.0
9
10
if [ ! -f "$BINARY" ]; then
11
- 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"
12
fi
13
14
-$BINARY run
+$BINARY run
0 commit comments