diff --git a/.github/actions/setup-ccip-devenv/action.yml b/.github/actions/setup-ccip-devenv/action.yml index 70086c479..371de912f 100644 --- a/.github/actions/setup-ccip-devenv/action.yml +++ b/.github/actions/setup-ccip-devenv/action.yml @@ -11,7 +11,7 @@ inputs: # builds the verifier/devenv Docker images, while go.mod pins the `ccv up` tooling # that generates their configs. A mismatch across config-format changes (e.g. #1193 # bootstrap monitoring.Config) makes the verifier container exit on startup. - default: 3f3baa768540206ff32b0aa58daab18b73d0fc62 + default: v0.9.0 ccv-iam-role: description: AWS IAM role ARN for CCV ECR authentication required: true diff --git a/go.mod b/go.mod index 0444faa9a..ef744392a 100644 --- a/go.mod +++ b/go.mod @@ -38,7 +38,7 @@ require ( github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260827113113-d8474fe8cd02 github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139 github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260827113113-d8474fe8cd02 - github.com/smartcontractkit/chainlink-ccv v0.4.0 + github.com/smartcontractkit/chainlink-ccv v0.9.0 github.com/smartcontractkit/chainlink-ccv/build/devenv v0.5.0 github.com/smartcontractkit/chainlink-ccv/deployment v0.1.1-0.20260811153216-3f3baa768540 github.com/smartcontractkit/chainlink-common v0.11.2-0.20260715145851-8219609496a4 diff --git a/go.sum b/go.sum index d21481c59..aff871b65 100644 --- a/go.sum +++ b/go.sum @@ -1160,8 +1160,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260 github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139/go.mod h1:1WcontO9PeuKdUf5HXfs3nuICtzUvFNnyCmrHkTCF9Y= github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260827113113-d8474fe8cd02 h1:D92BBEZmaAy2pN43d3tLPErP9Y0G7YR0bUnN6y64JN0= github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260827113113-d8474fe8cd02/go.mod h1:Dm/Abz0vr7F2v9TygUX947q8HIwJEJikDfSdanX1Cic= -github.com/smartcontractkit/chainlink-ccv v0.4.0 h1:Kyi3YpfkS+0Lune2H4EBuTqf4SC1MfaozCdRJ9R2AJo= -github.com/smartcontractkit/chainlink-ccv v0.4.0/go.mod h1:VJXiLVKPjRrj41hXmn2gNGlEO9SvUlHUDQ50yRfHbSI= +github.com/smartcontractkit/chainlink-ccv v0.9.0 h1:0tqxsCvqksbaSlAUjpZmicXCHIwBVHh1uu8rbsrWkVA= +github.com/smartcontractkit/chainlink-ccv v0.9.0/go.mod h1:VtlwBhI1hxmO9BWDDDvE8p84CnaibSIkaDxEos6r9O8= github.com/smartcontractkit/chainlink-ccv/build/devenv v0.5.0 h1:mBio8hvXi7lwlKy6ZeKKsV0yn4anKMPC6IGWzW4Fae4= github.com/smartcontractkit/chainlink-ccv/build/devenv v0.5.0/go.mod h1:8RifWC3Z44y4xBRvWsT8cEcrHaSZ7nxFUlCfdNAVkio= github.com/smartcontractkit/chainlink-ccv/deployment v0.1.1-0.20260811153216-3f3baa768540 h1:VP/p/DJtm9bBrRnXO6ZqiyAQXrCSJDvrgGaPeKI1hxU= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 1151d23cf..2476b8542 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -33,7 +33,7 @@ require ( github.com/smartcontractkit/chainlink-canton/registry-kit v0.0.0 github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260827113113-d8474fe8cd02 github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260827113113-d8474fe8cd02 - github.com/smartcontractkit/chainlink-ccv v0.5.0 + github.com/smartcontractkit/chainlink-ccv v0.9.0 github.com/smartcontractkit/chainlink-ccv/build/devenv v0.5.0 github.com/smartcontractkit/chainlink-common v0.11.2-0.20260715145851-8219609496a4 github.com/smartcontractkit/chainlink-deployments-framework v0.120.0 diff --git a/integration-tests/go.sum b/integration-tests/go.sum index 963ae92aa..81bd91ea6 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -720,8 +720,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260 github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139/go.mod h1:1WcontO9PeuKdUf5HXfs3nuICtzUvFNnyCmrHkTCF9Y= github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260827113113-d8474fe8cd02 h1:D92BBEZmaAy2pN43d3tLPErP9Y0G7YR0bUnN6y64JN0= github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260827113113-d8474fe8cd02/go.mod h1:Dm/Abz0vr7F2v9TygUX947q8HIwJEJikDfSdanX1Cic= -github.com/smartcontractkit/chainlink-ccv v0.5.0 h1:J++9YBCa8GSGLi99tuFaHEFdFTDCnwsFdqLeg7CQCuE= -github.com/smartcontractkit/chainlink-ccv v0.5.0/go.mod h1:d/Nk3xplHfdR9C8xB5uvhctGMFvqh/MmgWzUMqpXoaU= +github.com/smartcontractkit/chainlink-ccv v0.9.0 h1:0tqxsCvqksbaSlAUjpZmicXCHIwBVHh1uu8rbsrWkVA= +github.com/smartcontractkit/chainlink-ccv v0.9.0/go.mod h1:VtlwBhI1hxmO9BWDDDvE8p84CnaibSIkaDxEos6r9O8= github.com/smartcontractkit/chainlink-ccv/build/devenv v0.5.0 h1:mBio8hvXi7lwlKy6ZeKKsV0yn4anKMPC6IGWzW4Fae4= github.com/smartcontractkit/chainlink-ccv/build/devenv v0.5.0/go.mod h1:8RifWC3Z44y4xBRvWsT8cEcrHaSZ7nxFUlCfdNAVkio= github.com/smartcontractkit/chainlink-ccv/deployment v0.1.1-0.20260811153216-3f3baa768540 h1:VP/p/DJtm9bBrRnXO6ZqiyAQXrCSJDvrgGaPeKI1hxU=