fix: use golangci-lint v2.6.0 for Go 1.25.1 compatibility

- Update golangci-lint from v1.65.1 to v2.6.0
- v2.6.0 is built with Go 1.25 and supports Go 1.25.1
- Resolves 404 error from non-existent v1.65.1 release
This commit is contained in:
juanatsap
2025-10-31 12:13:54 +00:00
parent 7fd5090d65
commit c88d0f0f45
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- name: Run linter
uses: golangci/golangci-lint-action@v6
with:
version: v1.65.1
version: v2.6.0
skip-cache: true
- name: Run tests