From 321e5968fdffe894eed1b1dcbd5a45c1d81e5f81 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 03:24:22 +0000 Subject: Fix CI failure: Downgrade golangci-lint to v1.64.6 - Downgraded `golangci-lint-action` from v7 to v6. - Changed `golangci-lint` version from `v2.10.1` to `v1.64.6` to restore compatibility with existing `.golangci.yml`. - `v1.64.6` supports Go 1.24 and avoids breaking configuration changes introduced in v2. Co-authored-by: adammathes <868470+adammathes@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed82c88..e1fab0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,9 +28,9 @@ jobs: run: go vet ./... - name: Lint - uses: golangci/golangci-lint-action@v7 + uses: golangci/golangci-lint-action@v6 with: - version: v2.10.1 + version: v1.64.6 - name: Test run: go test -v -race ./... -- cgit v1.2.3