Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 3ff5cd3

Browse files
committed
increase timeout for github action
Signed-off-by: John O'Loughlin <[email protected]>
1 parent 89af761 commit 3ff5cd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/static-scan.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
2828
version: v1.52.2
29+
args: --timeout=20m
2930

3031
shellcheck:
3132
name: Shellcheck
@@ -78,7 +79,7 @@ jobs:
7879
- name: Set up Go
7980
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
8081
with:
81-
go-version: 1.20.x
82+
go-version: 1.20.1
8283

8384
- name: checkout dockerfile to avoid false diff
8485
run: git checkout ./docker/userspacecni/Dockerfile

0 commit comments

Comments
 (0)