Skip to content

Commit 2568248

Browse files
committed
Gateway: Set CI Solana version to 1.14.16
This commit sets the CI build version of Solana to 1.14.16 Previously, this version was set to track "stable". This is problematic as Solana versions are not necessarily backward compatible and may cause our CI to break as new releases come out. Instead, a known and working version of Solana is used. PR: #397 Reviewed-by: Julian Spring <[email protected]> Reviewed-by: William Brooks <[email protected]> Signed-off-by: Tighe Barris <[email protected]>
1 parent 5feb40c commit 2568248

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/solana-v2-rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
matrix:
9595
node: [ "16.x" ]
9696
rust: [ "stable" ]
97-
solana: [ "stable" ]
97+
solana: [ "v1.14.16" ]
9898
os: [ ubuntu-latest ]
9999

100100
steps:

solana/program_v2/programs/gateway_v2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ bitflags = "1.3.2"
2828
borsh = "0.9.3"
2929
anchor-spl = "0.27.0"
3030
spl-token = "3.3.1"
31-
solana-program = "1.14.11"
31+
solana-program = "1.14.16"

0 commit comments

Comments
 (0)