Skip to content

Commit

Permalink
Bumping solana for tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-sekara committed May 17, 2024
1 parent 4f5f9dc commit 4430de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ci/install_solana
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

set -euo pipefail
VERSION=v1.17.28
SHASUM=97faa4d14becfccd3bc539dbc0aaf28c84cfe9d80d299ec70092fb5844403724
VERSION=v1.13.7
SHASUM=26d44b460db497b3a5b75d5c7ad47b87e6bd398bb3821c321e36e71de3104893

echo "Installing solana@${VERSION}"
curl -sSfL https://release.solana.com/$VERSION/install --output install_solana.sh \
Expand Down

0 comments on commit 4430de7

Please sign in to comment.