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:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Run linter
|
- name: Run linter
|
||||||
uses: golangci/golangci-lint-action@v6
|
uses: golangci/golangci-lint-action@v6
|
||||||
with:
|
with:
|
||||||
version: v1.65.1
|
version: v2.6.0
|
||||||
skip-cache: true
|
skip-cache: true
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user