Skip to content

Commit b554b70

Browse files
committed
chore: make lint happy
1 parent 4f7fd35 commit b554b70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: golangci/golangci-lint-action@master
1818
with:
1919
version: latest
20-
args: --issues-exit-code=0
20+
args: --issues-exit-code=0 --timeout=10m
2121
- name: Commit back
2222
continue-on-error: true
2323
run: |

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ linters:
5353
run:
5454
# default concurrency is a available CPU number.
5555
# concurrency: 4 # explicitly omit this value to fully utilize available resources.
56-
deadline: 10m
56+
deadline: 15m
5757
issues-exit-code: 1
5858
tests: false
5959
go: '1.24'

0 commit comments

Comments
 (0)