From ffb8ce74246fe95b48da64260dfa8e305381a66b Mon Sep 17 00:00:00 2001 From: Krsna Mahapatra Date: Mon, 27 Mar 2023 10:20:54 -0400 Subject: [PATCH] Address issue 535 for golangci-lint-action --- .github/workflows/reusable-helper-go-style.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-helper-go-style.yaml b/.github/workflows/reusable-helper-go-style.yaml index cea68960..dbe1413b 100644 --- a/.github/workflows/reusable-helper-go-style.yaml +++ b/.github/workflows/reusable-helper-go-style.yaml @@ -100,7 +100,7 @@ jobs: if: steps.golangci_configuration.outputs.files_exists == 'true' uses: golangci/golangci-lint-action@v3 with: - version: v1.52.0 + version: v1.47.3 args: --go=1.20 - name: Install Tools