Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(ci): set golangci-lint timeout
  • Loading branch information
sentriz committed Nov 10, 2021
1 parent b2388e6 commit 48c34fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-release.yaml
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
version: v1.42.1
skip-go-installation: true
args: --timeout=5m
- name: Test
run: go test ./...
build-release:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
version: v1.42.1
skip-go-installation: true
args: --timeout=5m
- name: Test
run: go test ./...
release-please:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Expand Up @@ -24,5 +24,6 @@ jobs:
with:
version: v1.42.1
skip-go-installation: true
args: --timeout=5m
- name: Test
run: go test ./...

0 comments on commit 48c34fd

Please sign in to comment.