fix(ci): set golangci-lint timeout

This commit is contained in:
sentriz
2021-11-10 00:34:38 +00:00
parent b2388e6d85
commit 48c34fdffc
3 changed files with 3 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ jobs:
with:
version: v1.42.1
skip-go-installation: true
args: --timeout=5m
- name: Test
run: go test ./...
build-release:

View File

@@ -23,6 +23,7 @@ jobs:
with:
version: v1.42.1
skip-go-installation: true
args: --timeout=5m
- name: Test
run: go test ./...
release-please:

View File

@@ -24,5 +24,6 @@ jobs:
with:
version: v1.42.1
skip-go-installation: true
args: --timeout=5m
- name: Test
run: go test ./...