mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-07-04 09:49:27 +00:00
ci: use golangci-lint-action@v7 for golangci-lint v2
v6 of the action rejects golangci-lint v2 versions ("v2 is not supported by
golangci-lint-action v6"). Bump to v7.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9e477bd976
commit
4e4a00d574
3
.github/workflows/pr.yml
vendored
3
.github/workflows/pr.yml
vendored
@ -52,7 +52,8 @@ jobs:
|
||||
run: git fetch --no-tags origin master
|
||||
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
# v7 is required for golangci-lint v2.
|
||||
uses: golangci/golangci-lint-action@v7
|
||||
with:
|
||||
version: v2.4.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user