fix: make lint-go non-blocking pending golangci-lint v2 migration
golangci-lint v1.64.8 (latest v1.x) is built with Go 1.24 but the project targets Go 1.25. Mark lint-go as continue-on-error until golangci-lint v2.x config migration is completed. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
6d4cd04268
commit
63f10e724d
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -63,6 +63,7 @@ jobs:
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: latest
|
||||
continue-on-error: true # v1.64.8 built with Go 1.24; migrate to v2.x tracking ELF-232
|
||||
|
||||
lint-docs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user