fix(ci): set golangci-lint timeout
This commit is contained in:
1
.github/workflows/nightly-release.yaml
vendored
1
.github/workflows/nightly-release.yaml
vendored
@@ -23,6 +23,7 @@ jobs:
|
||||
with:
|
||||
version: v1.42.1
|
||||
skip-go-installation: true
|
||||
args: --timeout=5m
|
||||
- name: Test
|
||||
run: go test ./...
|
||||
build-release:
|
||||
|
||||
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@@ -23,6 +23,7 @@ jobs:
|
||||
with:
|
||||
version: v1.42.1
|
||||
skip-go-installation: true
|
||||
args: --timeout=5m
|
||||
- name: Test
|
||||
run: go test ./...
|
||||
release-please:
|
||||
|
||||
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
@@ -24,5 +24,6 @@ jobs:
|
||||
with:
|
||||
version: v1.42.1
|
||||
skip-go-installation: true
|
||||
args: --timeout=5m
|
||||
- name: Test
|
||||
run: go test ./...
|
||||
|
||||
Reference in New Issue
Block a user