Skip to content

Commit ee39e23

Browse files
committed
fix: bump lint timeout
1 parent 2a46beb commit ee39e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/.github/workflows/build-release.yml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: golangci/golangci-lint-action@v6
7575
with:
7676
version: v1.64
77-
args: --timeout=6m
77+
args: --timeout=10m
7878
- name: Build Go binary
7979
run: mise run build
8080
- name: Run Go Tests

0 commit comments

Comments
 (0)