From 5d7dd97b9bde1b0ba461713907065792eefd9ef2 Mon Sep 17 00:00:00 2001 From: Frederic BIDON Date: Mon, 25 Dec 2023 12:51:17 +0100 Subject: [PATCH] fix(ci): muted warnings in CI runs due to cache conflicts Every time a job is posted, I receive false alarm failure notifications because of some cache conflict during the linting job. Reference: golangci/golangci-lint-action#807 Signed-off-by: Frederic BIDON --- .github/workflows/go-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index e1a95c7..6b91902 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -18,6 +18,7 @@ jobs: with: version: latest only-new-issues: true + skip-cache: true test: name: Unit tests