From d26194b253905973d2a6b6fc39a57c4ce63d1863 Mon Sep 17 00:00:00 2001 From: tomas-mota Date: Thu, 10 Nov 2022 20:31:06 +0100 Subject: [PATCH 1/2] update build submodule Signed-off-by: tomas-mota --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index ba699a8..cc6539e 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit ba699a88514e938206a63291d6d64b3f7c369de6 +Subproject commit cc6539e738e14e5322911639e2173f54dd21c9d0 From 488ffcb1d773ff8a4c09ca9af95866c4ec98daf1 Mon Sep 17 00:00:00 2001 From: tomas-mota Date: Thu, 10 Nov 2022 20:48:17 +0100 Subject: [PATCH 2/2] set timeout on golangci-lint action Signed-off-by: tomas-mota --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48e4b3d..c4cdf36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,7 @@ jobs: with: version: ${{ env.GOLANGCI_VERSION }} skip-go-installation: true + args: --timeout 4m check-diff: runs-on: ubuntu-22.04