From fb303cadc955d55f39fd207250273f588d4d8938 Mon Sep 17 00:00:00 2001 From: Jaideep Rao Date: Wed, 20 Jul 2022 08:27:46 -0400 Subject: [PATCH] chore: update golangci-lint version in CI (#457) * update golangci-lint version * update golangci-lint to v1.46.2 --- .github/workflows/ci-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 7848b4ea..e844857a 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -57,7 +57,7 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@v2 with: - version: v1.32 + version: v1.46.2 args: --timeout 5m test: name: Ensure unit tests are passing