Skip to content

Commit

Permalink
[automated] bump solana image to v1.18.18 (#798)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aaron Lu <[email protected]>
  • Loading branch information
3 people authored Jul 12, 2024
1 parent 267a37c commit a4e34f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/testconfig/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ inside_k8 = false
network = "localnet"
user = "default"
stateful_db = false
devnet_image = "solanalabs/solana:v1.18.15"
devnet_image = "solanalabs/solana:v1.18.18"

[OCR2]
node_count = 6
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-solana-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -euxo pipefail

sh -c "$(curl -sSfL https://release.solana.com/v1.18.15/install)"
sh -c "$(curl -sSfL https://release.solana.com/v1.18.18/install)"
echo "PATH=$HOME/.local/share/solana/install/active_release/bin:$PATH" >> $GITHUB_ENV

0 comments on commit a4e34f0

Please sign in to comment.