Skip to content

Commit

Permalink
Set linter concurrency to 1
Browse files Browse the repository at this point in the history
Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
  • Loading branch information
ulucinar committed Feb 23, 2024
1 parent 1b33572 commit ad1d6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
with:
version: "v1.55.2"
args: --timeout=30m
args: --timeout=30m --concurrency=1
# we manage the mod cache with the same key across different jobs.
# no need for the lint action to manage its own Go mod cache.
skip-pkg-cache: true
Expand Down

0 comments on commit ad1d6e3

Please sign in to comment.