From 5376acd4316b8007efe6ad4a9d82106dc72c6405 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Wed, 18 Feb 2026 07:58:11 -0800 Subject: update linter version (again?!) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e9ea22..054cd1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v7 with: - version: v1.64.5 + version: v2.10.1 - name: Test run: go test -v -race -cover ./... -- cgit v1.2.3