Skip to content

Commit

Permalink
add golangci-lint version and reduce the timeout to 10m
Browse files Browse the repository at this point in the history
Signed-off-by: shubhindia <[email protected]>
  • Loading branch information
shubhindia committed Oct 9, 2023
1 parent 5db0254 commit 8d754f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=30m
args: --timeout=10m
version: v1.54.2

0 comments on commit 8d754f7

Please sign in to comment.