diff --git a/.github/workflows/hw-event-proxy.yaml b/.github/workflows/hw-event-proxy.yaml index 37549f4b..f2044418 100644 --- a/.github/workflows/hw-event-proxy.yaml +++ b/.github/workflows/hw-event-proxy.yaml @@ -23,7 +23,8 @@ jobs: skip-pkg-cache: true skip-build-cache: true # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.42.1 + version: v1.42 + args: --timeout 3m0s working-directory: ./hw-event-proxy unit-tests: name: Unit Tests