From 0b7e8e09480f25a803cdd1cce0ed696178a2b06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Th=C3=B6mmes?= Date: Tue, 9 Mar 2021 13:44:31 +0100 Subject: [PATCH] Downgrade linter for now since the release ain't available --- workflow-templates/knative-style.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/knative-style.yaml b/workflow-templates/knative-style.yaml index 877f485..4b9ac18 100644 --- a/workflow-templates/knative-style.yaml +++ b/workflow-templates/knative-style.yaml @@ -127,7 +127,7 @@ jobs: if: steps.golangci_configuration.outputs.files_exists == 'true' uses: golangci/golangci-lint-action@v2 with: - version: v1.38 + version: v1.37 - name: misspell shell: bash