From 6026fbc5a96e7a63888bf8cbbd2aa46fe432303f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:06:05 +0000 Subject: [PATCH] [automated] bump solana dependencies --- integration-tests/testconfig/default.toml | 2 +- scripts/install-solana-ci.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/testconfig/default.toml b/integration-tests/testconfig/default.toml index c6744a9c2..5790560e6 100644 --- a/integration-tests/testconfig/default.toml +++ b/integration-tests/testconfig/default.toml @@ -37,7 +37,7 @@ inside_k8 = false network = "localnet" user = "default" stateful_db = false -devnet_image = "solanalabs/solana:v1.17.34" +devnet_image = "solanalabs/solana:v1.18.15" [OCR2] node_count = 6 diff --git a/scripts/install-solana-ci.sh b/scripts/install-solana-ci.sh index 99db76f2f..813a6d117 100755 --- a/scripts/install-solana-ci.sh +++ b/scripts/install-solana-ci.sh @@ -2,5 +2,5 @@ set -euxo pipefail -sh -c "$(curl -sSfL https://release.solana.com/v1.17.34/install)" +sh -c "$(curl -sSfL https://release.solana.com/v1.18.15/install)" echo "PATH=$HOME/.local/share/solana/install/active_release/bin:$PATH" >> $GITHUB_ENV