Skip to content

Commit 761bcb2

Browse files
authored
solana: Bump Solana CLI version to 1.18.26 (wormhole-foundation#599)
Current Solana CLI version (`1.18.10`) is not [officially supported](https://github.com/anza-xyz/agave/releases/tag/v1.18.10). This PR bumps the Solana CLI version (and associated deps) to `1.18.26` - [last stable release before v2](https://github.com/anza-xyz/agave/releases/tag/v1.18.26).
1 parent 89e9db6 commit 761bcb2

File tree

5 files changed

+112
-111
lines changed

5 files changed

+112
-111
lines changed

.github/workflows/solana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- uses: metadaoproject/setup-anchor@v2
100100
with:
101101
node-version: "20.11.0"
102-
solana-cli-version: "1.18.10"
102+
solana-cli-version: "1.18.26"
103103
anchor-version: "0.29.0"
104104
- name: Cache node_modules
105105
uses: actions/cache@v3

solana/Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[toolchain]
22
anchor_version = "0.29.0"
3-
solana_version = "1.18.10"
3+
solana_version = "1.18.26"
44

55
[features]
66
seeds = false

0 commit comments

Comments
 (0)