fix(ci): use golangci-lint v1.65.0 for Go 1.25 support
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -134,7 +134,7 @@ jobs:
|
||||
- name: Install golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: latest
|
||||
version: v1.65.0
|
||||
|
||||
- name: Run linters
|
||||
run: make lint
|
||||
|
||||
Reference in New Issue
Block a user