From 4ef8ee30bc2007b10ba644617cdb637d0ce9a952 Mon Sep 17 00:00:00 2001 From: Oliver Sun Date: Tue, 21 Nov 2023 11:07:06 -0500 Subject: [PATCH] remove quotes --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5ff9bf4e..20bd3459 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: v1.53 - install-mode: "goinstall" + install-mode: goinstall skip-pkg-cache: true only-new-issues: false args: >