Browse Source

ci: make timeout-minutes 8 for golangci (#5821)

pull/5822/head
Marko 3 years ago
committed by GitHub
parent
commit
c6691b91c2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/lint.yaml

+ 1
- 1
.github/workflows/lint.yaml View File

@ -11,7 +11,7 @@ jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 4
timeout-minutes: 8
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4


Loading…
Cancel
Save