From 9cb01168a6a37c3278e441f709e9258722e795ff Mon Sep 17 00:00:00 2001 From: Sam Kleinman Date: Mon, 28 Feb 2022 14:45:53 -0500 Subject: [PATCH] Revert "build(deps): Bump golangci/golangci-lint-action from 2.5.2 to 3.1.0 (#8026)" (#8034) This reverts commit e4dced243727da5db4190741aa49a816ced41ada. --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 77169b9dc..40b00eba1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: **/**.go go.mod go.sum - - uses: golangci/golangci-lint-action@v3.1.0 + - uses: golangci/golangci-lint-action@v2.5.2 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v1.42.1