From f24e609743c3fce2c37400d0683ceb1fef161234 Mon Sep 17 00:00:00 2001 From: Gareth Kirwan Date: Wed, 6 Sep 2023 18:54:16 +0700 Subject: [PATCH] Linter: Pin version to SHA fixing revive revive 1.3.3 fixes a false positive on demanding outdenting of a lexical var Can switch back to version again after 1.54.2 --- .github/workflows/linter.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 1eca767fae6..f2c716cd9f5 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -12,4 +12,5 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.54.0 + version: 663d0022b85b1211502e213561acfbfa0c414adb + install-mode: goinstall