-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Bump chainlink-ccv to newer version #21111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
|
👋 emate, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Updates the chainlink-ccv dependency across the repo’s Go modules to a newer pseudo-version that includes the upstream fix referenced in the PR description.
Changes:
- Bumped
github.com/smartcontractkit/chainlink-ccvtov0.0.0-20260210123725-95a6e7788856in multiple Go modules. - Updated root
go.moddependency set to reflect the new transitive requirements (new indirect entries).
Reviewed changes
Copilot reviewed 7 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.mod | Bumps chainlink-ccv indirect version used by system test module. |
| system-tests/lib/go.mod | Bumps chainlink-ccv indirect version used by system tests library module. |
| integration-tests/load/go.mod | Bumps chainlink-ccv indirect version used by load test module. |
| integration-tests/go.mod | Bumps chainlink-ccv indirect version used by integration tests module. |
| go.mod | Bumps root chainlink-ccv version and records updated indirect dependencies pulled in by the new version. |
| deployment/go.mod | Bumps chainlink-ccv indirect version used by deployment module. |
| core/scripts/go.mod | Bumps chainlink-ccv indirect version used by scripts module. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I see you updated files related to
|
9773826 to
78a4f7b
Compare
|





Bump chainlink-ccv version to include fix: smartcontractkit/chainlink-ccv#665