build(build): upgrade -dlgo version to 1.25.7 #33874#2114
build(build): upgrade -dlgo version to 1.25.7 #33874#2114AnilChinchawale merged 1 commit intoXinFinOrg:dev-upgradefrom
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the build dependency checksum database to bump the downloadable Go toolchain (-dlgo) from 1.25.1 to 1.25.7 (ref ethereum#33874), ensuring build tooling pulls and verifies the intended Go release artifacts.
Changes:
- Bump
# version:golangto1.25.7. - Replace the stored SHA256 checksums to match the Go 1.25.7 distribution artifacts.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # version:golang 1.25.7 | ||
| # https://go.dev/dl/ |
There was a problem hiding this comment.
The golang version in the checksums DB is now 1.25.7, but the repo’s go.mod still pins toolchain go1.25.5. That means build/ci.go ... -dlgo will compile with a different patch version than the default toolchain selection, which can undermine reproducibility and make local/CI results diverge. Consider updating go.mod’s toolchain to go1.25.7 (or adjusting this checksum version) so the toolchain versions are aligned.
8645c6f to
11606ba
Compare
Proposed changes
Ref: ethereum#33874
Types of changes
What types of changes does your code introduce to XDC network?
Put an
✅in the boxes that applyImpacted Components
Which parts of the codebase does this PR touch?
Put an
✅in the boxes that applyChecklist
Put an
✅in the boxes once you have confirmed below actions (or provide reasons on not doing so) that