Skip to content

Commit be0ba69

Browse files
committed
fix golangci-lint argument
The argument was renamed long time ago and not available in latest releases: golangci/golangci-lint#655
1 parent 603146c commit be0ba69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-golint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ fi
2525
echo "Verifying golint"
2626
readonly PKG_ROOT="$(git rev-parse --show-toplevel)"
2727

28-
golangci-lint run --deadline=10m
28+
golangci-lint run --timeout=10m
2929

3030
echo "Congratulations! Lint check completed for all Go source files."

0 commit comments

Comments
 (0)