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.
This commit is contained in:
lakshit verma 2026-08-08 01:03:31 +05:30
parent 7b524cc47b
commit 9e221418dc
No known key found for this signature in database

View file

@ -29,4 +29,4 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.64
version: v2.12.2