From 528b8dbdeec18cc8086b7758d33dc19fc66fbcbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 11:24:55 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.12.1 --- .github/workflows/internal_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/internal_tests.yaml b/.github/workflows/internal_tests.yaml index e35b304f..fb427c14 100644 --- a/.github/workflows/internal_tests.yaml +++ b/.github/workflows/internal_tests.yaml @@ -31,7 +31,7 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@v9 with: - version: v2.11.4 + version: v2.12.1 - name: Run Unit and Integration Test of internal packages env: