From e6091b9d8949f3f8ec25c6ec2a7bee874fe767b8 Mon Sep 17 00:00:00 2001 From: "Lee E. Hinman" Date: Tue, 19 Nov 2024 08:42:07 -0600 Subject: [PATCH] bump golangci-lint to see if it fixed error --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 8feed628a2a..5929e9091e3 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -28,7 +28,7 @@ jobs: uses: golangci/golangci-lint-action@v6 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.55.2 + version: v1.62.0 # Give the job more time to execute. # Regarding `--whole-files`, the linter is supposed to support linting of changed a patch only but,