Bump golangci-lint from v2.1.6 to v2.11.4#23
Merged
Conversation
6 tasks
ysv
approved these changes
Apr 17, 2026
ysv
left a comment
Contributor
There was a problem hiding this comment.
@ysv reviewed 19 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on TxCorpi0x).
TxCorpi0x
approved these changes
Apr 17, 2026
TxCorpi0x
left a comment
Contributor
There was a problem hiding this comment.
@TxCorpi0x reviewed 19 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on metalarm10).
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.
Closes: https://app.clickup.com/t/868hgq2tr
Description
Newly disabled linters
Linters introduced after v2.1.6 with medium & low priority are disabled to maintain parity and avoid a large diff in downstream repos.
slices.Containsover manual loops,errors.Asover type assertions,fmt.Appendfoverfmt.Sprintfetc. 50+ issues acrosstx-chainreturn fmt.Errorf(...)- wants errors assigned to a named variable before returning. 632 issues, stylistic (no bug detection value)Linters that were new but had low issue counts (
embeddedstructfieldcheck,godoclint) are enabled - fixes applied in the tx-chain companion PR.Go version
Not bumped.
tx-chainuses Go 1.24.6 which is already above the minimum required by our current Cosmos SDK v0.53.6 (Go 1.23.2).Go will be bumped alongside the Cosmos SDK v0.54 upgrade, which requires Go version 1.25.9.
Reviewers checklist:
Authors checklist
This change is