From 669690baaf21c015af77f888f5b5fb71f171de2e Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Tue, 17 Feb 2026 15:20:28 -0800 Subject: CI: Update golangci-lint-action to v7 and golangci-lint to v2.10.1 to fix version compatibility error --- .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 4dcc48a..ed82c88 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@v6 + uses: golangci/golangci-lint-action@v7 with: - version: v2.9.0 + version: v2.10.1 - name: Test run: go test -v -race ./... -- cgit v1.2.3