build: upgrade Go from 1.21 to 1.24#70
Draft
ad-0xpp wants to merge 6 commits intodydx-fork-v0.50.5from
Draft
Conversation
edd8d86 to
990a220
Compare
…ility - Update cosmossdk.io/x/tx from v0.13.1 to v0.13.7 - Fixes GO-2024-3339: Transaction decoding stack overflow vulnerability - Minimal change: single dependency version update - All vulnerabilities resolved with Go 1.24.5 toolchain
- Fix unique index constraint violation in deterministic tests - Improve account number generation to avoid conflicts across test runs - Add proper cleanup to remove accounts after each test iteration - Increase base offset from 1000 to 100000 for better separation - Add per-account offset to ensure uniqueness within test runs - Add conflict detection and cleanup for existing accounts Fixes: collections: conflict: index uniqueness constrain violation: 59000
- Update go.mod from go 1.21 to go 1.24 - Update all CI/CD workflow files to use Go 1.24 - Go 1.24.5 toolchain automatically resolves most vulnerabilities - No code changes required - backward compatible upgrade - Verified: builds successfully and passes vulnerability scan This minimal change provides maximum security benefit with minimal risk.
…4-3339 vulnerability - Update cosmossdk.io/x/tx from v0.13.1 to v0.13.7 in 9 sub-modules - Fixes the critical GO-2024-3339 vulnerability in transaction decoding - Maintains build compatibility - no breaking changes - Minimal surgical fix targeting only the vulnerable dependency This addresses the primary security concern while keeping changes minimal.
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.
Modules changed:-
x/auth, x/distribution, x/authz, x/gov, x/group
crypto/hd, crypto/ledger, types/bech32
Feature (Go version upgrade)
Test improvements
Closes: ENG-193