diff --git a/.github/workflows/.github-ci.yaml b/.github/workflows/.github-ci.yaml index 78cebd1..fb0c4e2 100644 --- a/.github/workflows/.github-ci.yaml +++ b/.github/workflows/.github-ci.yaml @@ -15,7 +15,7 @@ jobs: - name: Lint the Repository run: | - golangci-lint run ./... --out-format=json --issues-exit-code 1 -v + golangci-lint run ./... --out-format=json --timeout 20m0s --issues-exit-code 1 -v - name: Build Credentials File run: |