From 375d1d3530fa532e3b14858d3ab148fe9a72e9d5 Mon Sep 17 00:00:00 2001 From: tithakka Date: Thu, 3 Oct 2024 14:07:43 -0700 Subject: [PATCH] Update golangci lint --- .github/workflows/check-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-pull-request.yaml b/.github/workflows/check-pull-request.yaml index 4901e5a..686178b 100644 --- a/.github/workflows/check-pull-request.yaml +++ b/.github/workflows/check-pull-request.yaml @@ -31,7 +31,7 @@ jobs: uses: golangci/golangci-lint-action@v2 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version - version: v1.52.2 + version: v1.61.0 # Optional: working directory, useful for monorepos # working-directory: somedir