Skip to content

Commit

Permalink
ci: set golangci-lit timeout to 5m by default (cloudnative-pg#4044)
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Nenciarini <[email protected]>
(cherry picked from commit f17fe4f)
  • Loading branch information
mnencia committed Mar 8, 2024
1 parent a33bd94 commit b332a22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ jobs:
uses: golangci/golangci-lint-action@v4
with:
version: ${{ env.GOLANGCI_LINT_VERSION }}
args: --timeout 4m

- name: Check go mod tidy has no pending changes
run: |
Expand Down
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ linters:
# - varcheck

run:
timeout: 5m
skip-files: "zz_generated.*"

issues:
Expand Down

0 comments on commit b332a22

Please sign in to comment.