Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit ffeeba3

Browse files
authored
chore: Change solana sdk version to 1.14.16 (#88)
1 parent 839b169 commit ffeeba3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
CARGO_TERM_COLOR: always
13-
SOLANA_VERSION: '1.10.24'
13+
SOLANA_VERSION: '1.14.16'
1414

1515
jobs:
1616
build:

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11-
SOLANA_VERSION: '1.10.24'
11+
SOLANA_VERSION: '1.14.16'
1212
RUST_TOOLCHAIN: stable
1313

1414
jobs:

0 commit comments

Comments
 (0)