Skip to content

Commit

Permalink
ci: increase golangci-lint timeout
Browse files Browse the repository at this point in the history
increase the golangci-lint timeout
to higher value.

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 committed Jan 31, 2023
1 parent 500bc40 commit 8effa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
#
# The weird NO_FUTURE thing is a workaround suggested here:
# https://github.com/golangci/golangci-lint-action/issues/119#issuecomment-981090648
args: "--out-${NO_FUTURE}format=colored-line-number"
args: "--timeout=5m --out-${NO_FUTURE}format=colored-line-number"

# Optional: show only new issues if it's a pull request.
# The default value is `false`.
Expand Down

0 comments on commit 8effa23

Please sign in to comment.