Skip to content

Commit

Permalink
increase linter timeout
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <[email protected]>
  • Loading branch information
onur-ozkan committed Sep 23, 2024
1 parent 360ff17 commit 5f3500e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.50.1
version: v1.55
skip-cache: true
skip-build-cache: true
args: "--timeout 3m --verbose --out-${NO_FUTURE}format colored-line-number"
args: "--timeout 10m --verbose --out-${NO_FUTURE}format colored-line-number"

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down

0 comments on commit 5f3500e

Please sign in to comment.