diff --git a/.github/workflows/lint-action/action.yml b/.github/workflows/lint-action/action.yml index f3ff8f9150..857ec5c883 100644 --- a/.github/workflows/lint-action/action.yml +++ b/.github/workflows/lint-action/action.yml @@ -23,3 +23,4 @@ runs: with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version version: v1.62.2 + args: --timeout=5m