Skip to content

Commit

Permalink
increase golangci-lint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mwennrich committed Jan 11, 2023
1 parent 32a034b commit 67da2fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
args: --timeout=3m -p bugs -p unused
args: --timeout=5m -p bugs -p unused

- name: Build the Docker images
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
args: --timeout=3m -p bugs -p unused
args: --timeout=5m -p bugs -p unused

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
args: --timeout=3m -p bugs -p unused
args: --timeout=5m -p bugs -p unused

- name: Build the Docker images
run: |
Expand Down

0 comments on commit 67da2fe

Please sign in to comment.