We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a46beb commit ee39e23Copy full SHA for ee39e23
templates/.github/workflows/build-release.yml.tpl
@@ -74,7 +74,7 @@ jobs:
74
uses: golangci/golangci-lint-action@v6
75
with:
76
version: v1.64
77
- args: --timeout=6m
+ args: --timeout=10m
78
- name: Build Go binary
79
run: mise run build
80
- name: Run Go Tests
0 commit comments