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