fix: bump chainlink-proto dependency - #1457
Merged
Merged
Conversation
|
Code coverage report:
|
huangzhen1997
marked this pull request as ready for review
September 16, 2026 22:24
huangzhen1997
enabled auto-merge
September 16, 2026 22:25
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved issues were identified, and all dependency pins and checksums are updated consistently.
Pull request overview
Updates the Chainlink CRE proto dependency to a commit reachable from upstream main.
Changes:
- Bumps the dependency across five Go modules.
- Refreshes corresponding
go.sumchecksums. - Removes references to the unreachable version.
File summaries
| File | Description |
|---|---|
integration/evm/go.sum |
Refreshes EVM checksums |
integration/evm/go.mod |
Updates EVM dependency pin |
go.sum |
Updates root checksums |
go.mod |
Updates root dependency pin |
deployment/go.sum |
Refreshes deployment checksums |
deployment/go.mod |
Updates deployment dependency pin |
build/devenv/go.sum |
Refreshes devenv checksums |
build/devenv/go.mod |
Updates devenv dependency pin |
build/devenv/fakes/go.sum |
Refreshes fakes checksums |
build/devenv/fakes/go.mod |
Updates fakes dependency pin |
Review details
- Files reviewed: 5/10 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
makramkd
approved these changes
Sep 17, 2026
kirtan-amin
approved these changes
Sep 17, 2026
This was referenced Sep 17, 2026
Merged
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
Bump
github.com/smartcontractkit/chainlink-protos/cre/gofromv0.0.0-20260804191526-b7a850ae7648tov0.0.0-20260916140808-f5d22b3cb3ee(latest main) in all modules that pin it.Why
b7a850ae7648is not reachable from themainbranch of chainlink-protos. Upstream squash-merges drop pre-merge commits from the branch history.chainlink-common@v0.11.2-0.20260915214759-02f2214d5823requires the old version.Validation
gomods tidyandjust tidycomplete with no further changes.build/devenv,build/devenv/fakes,deployment, andintegration/evmmodules build.References
dependency chainlink-protos/cre/go@v0.0.0-20260804191526-b7a850ae7648 not found in (main)