Skip to content

Commit 5f47aad

Browse files
authored
chore: bump golangci-lint-action v7 → v9 (Node 24) (#4936)
golangci-lint-action v8+ requires golangci-lint v2 (this repo already pins v2.11.4). v9 runs on Node 24, eliminating the upcoming Node 20 deprecation warning. Made-with: Cursor
1 parent a4e3016 commit 5f47aad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version: "1.25"
2222
- name: golangci-lint
23-
uses: golangci/golangci-lint-action@v7
23+
uses: golangci/golangci-lint-action@v9
2424
with:
2525
# NOTE: Version and args must match scripts/lint.sh
2626
version: v2.11.4

0 commit comments

Comments
 (0)