From 9e33dbec4dea68c961a3825897f66c90377b8973 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 01:41:00 +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 a1d91dc..8405d52 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - name: Run linters uses: golangci/golangci-lint-action@v5 with: - version: v1.52 + version: v1.64.8 test: strategy: