Skip to content

Commit 8e7e3ef

Browse files
authored
ci: bump golangci-lint timeout from 5m to 10m (#735)
1 parent f0729fa commit 8e7e3ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
185185
with:
186186
version: v2.11.3
187-
args: --timeout=5m ./cmd/... ./internal/...
187+
args: --timeout=10m ./cmd/... ./internal/...
188188

189189
- name: go vet
190190
run: npm run lint:go

0 commit comments

Comments
 (0)