From 34a355bf77a8c9e6523ea4de9f8da6e976794ce9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 04:38:05 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.64.8 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b716e96..c4919500 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: uses: golangci/golangci-lint-action@v3 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.50.1 + version: v1.64.8 args: --print-issued-lines --exclude-use-default=false --out-${NO_FUTURE}format colored-line-number - name: Test