From 83a1e04ac4833f37cfa59be2b4454ecf0cf90a9b Mon Sep 17 00:00:00 2001 From: Cheng Fang Date: Thu, 14 Nov 2024 15:01:36 -0500 Subject: [PATCH] chore(deps): upgrade golangci-lint from 1.59.1 to 1.61.0 Signed-off-by: Cheng Fang --- .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 fcfbf0d0..42bbc4a5 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -69,7 +69,7 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.59.1 + version: v1.61.0 args: --timeout 5m test: name: Ensure unit tests are passing