chore: bump golangci-lint-action v7 → v9 (Node 24)#4936
Merged
Conversation
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
dustin-decker
approved these changes
May 1, 2026
dustin-decker
left a comment
Contributor
There was a problem hiding this comment.
Approved: Node action/runtime upgrade with passing CI.
MuneebUllahKhan222
pushed a commit
that referenced
this pull request
May 29, 2026
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
golangci/golangci-lint-actionfrom v7 to v9 (Node 24 runtime).version: v2.11.4(already v2) — no config migration needed.golangci.ymlconfig file exists; lint args are passed inline viaargs:Risk
Low. The only functional change is the Node runtime (20 → 24). The golangci-lint binary version and args are unchanged.
Test plan
Made with Cursor
Note
Low Risk
Low risk CI maintenance change that only updates the
golangci-lintGitHub Action version; lint binary version and args remain pinned, so impact should be limited to CI runtime/environment differences.Overview
Updates the
golangci-lintGitHub Actions workflow to usegolangci/golangci-lint-action@v9instead of@v7.The pinned
golangci-lintversion (v2.11.4) and invocation args are unchanged, so the functional behavior should remain the same aside from the action/runtime updates.Reviewed by Cursor Bugbot for commit d950591. Bugbot is set up for automated code reviews on this repo. Configure here.