From 9e221418dc433d2f15fe11cc6e63dc8610a09f59 Mon Sep 17 00:00:00 2001 From: lakshit verma Date: Sat, 8 Aug 2026 01:03:31 +0530 Subject: [PATCH] ci: bump golangci-lint to v2.12.2 v1.64.8 was built with Go 1.24, but go.mod targets go 1.25.12, so the lint step failed with "the Go language version used to build golangci-lint is lower than the targeted Go version". v2.12.2 is built with Go 1.26 and loads the module. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a1d13a..985f88f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,4 +29,4 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v6 with: - version: v1.64 + version: v2.12.2