Skip to content

Commit

Permalink
increase timeout to golangci-lint to avoid trivial CI fails
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS-ovm committed Oct 20, 2023
1 parent e9ef79e commit 8ab7b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
args: --timeout 3m
skip-pkg-cache: true # golangci-lint-action caching conflicts with the setup-go cache and `go get` above. See https://github.com/golangci/golangci-lint-action/issues/23

0 comments on commit 8ab7b8d

Please sign in to comment.