Skip to content

Commit

Permalink
Upped the linter timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jclapis committed Jun 4, 2024
1 parent c2819a4 commit a1e681b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21.8
go-version: 1.21.10
- uses: actions/checkout@v4
- run: go mod download all
- name: golangci-lint
Expand All @@ -31,7 +31,7 @@ jobs:
# working-directory: somedir

# Optional: golangci-lint command line arguments.
# args: --issues-exit-code=0
args: --timeout=5m

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.8
go-version: 1.21.10
- run: go test ./...

0 comments on commit a1e681b

Please sign in to comment.