Update .github/workflows/.github-ci.yaml

This commit is contained in:
richardrobertreitz 2024-12-16 12:11:42 +00:00
parent e85d4c4c27
commit 19c7209db7

View file

@ -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: |