fix: restore golangci-lint to v2.11.3 (broken by replace_all in #425)#427
fix: restore golangci-lint to v2.11.3 (broken by replace_all in #425)#427
Conversation
The goreleaser version fix in #425 used replace_all on "v2.11.3" which also changed the golangci-lint version. golangci-lint v2.14.3 doesn't exist — v2.11.3 is the latest. Restore it.
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughA GitHub Actions workflow configuration file was updated to change the golangci-lint version from v2.14.3 to v2.11.3 in the CLI lint job. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
📝 Coding Plan
Comment |
Greptile SummaryThis PR is a targeted hotfix that restores the
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 76fff4a |
🤖 I have created a release *beep* *boop* --- ## [0.2.2](v0.2.1...v0.2.2) (2026-03-15) ### Bug Fixes * restore golangci-lint to v2.11.3 (broken by replace_all in [#425](#425)) ([#427](#427)) ([8ba9375](8ba9375)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
There was a problem hiding this comment.
Pull request overview
Restores the CLI workflow’s golangci-lint binary version to a valid release after PR #425 unintentionally changed it during a bulk replace, which broke the CLI lint job for tag builds/releases.
Changes:
- Downgrade
golangci-lintbinary version in the CLI workflow fromv2.14.3(non-existent) back tov2.11.3.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
v2.14.3back tov2.11.3(which is the latest release of golangci-lint)replace_allon the stringv2.11.3which accidentally changed both the goreleaser version (intended) AND the golangci-lint version (unintended)golangci-lint v2.14.3doesn't exist — the latest isv2.11.3v0.2.1tag releaseTest plan