From 93248c8506ba9035d346eaf7af5158e3a06c6897 Mon Sep 17 00:00:00 2001 From: Phillip Baker Date: Sat, 2 Apr 2022 18:23:07 -0400 Subject: [PATCH] Fix golangci could not load export data. Ref https://github.com/golangci/golangci-lint-action/issues/434 --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02c6d0a9..e6ba0766 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,7 @@ jobs: # version. version: v1.28 args: --verbose --timeout=10m + skip-go-installation: true test: strategy: matrix: