From 25ec26a43cf42ff45229726b4886814aaa642bac Mon Sep 17 00:00:00 2001 From: Rootul P Date: Sun, 29 Jan 2023 16:06:43 -0700 Subject: [PATCH] chore: update to golangci-lint 1.50.1 (#1309) Update to the latest release of golangci-lint: https://github.com/golangci/golangci-lint/releases while I try debugging an issue with golangci-lint failures on a different PR --- .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 d1691462..b9a750de 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: go.sum - uses: golangci/golangci-lint-action@v3.4.0 with: - version: v1.47.2 + version: v1.50.1 args: --timeout 10m github-token: ${{ secrets.github_token }} if: env.GIT_DIFF