Skip to content

Commit 9eaaf87

Browse files
committed
Merge branch 'dev' into staging
2 parents 2ccd9ed + 1b3e287 commit 9eaaf87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish_staging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions-rs/toolchain@v1
6262
with:
6363
override: true
64-
toolchain: 1.84.0
64+
toolchain: 1.86.0
6565
- run: rustup target add wasm32-unknown-unknown
6666

6767
- name: Install Rust targets for macOS
@@ -73,15 +73,15 @@ jobs:
7373
- name: Install GO
7474
uses: actions/setup-go@v4
7575
with:
76-
go-version: '1.22.0'
76+
go-version: '1.24.6'
7777

7878
- name: Install/update node-gyp
7979
run: npm install -g node-gyp
8080

8181
- name: Install Deno
8282
uses: denoland/setup-deno@v1
8383
with:
84-
deno-version: v1.32.4
84+
deno-version: v2.x
8585

8686
- name: Use Python 3.11
8787
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)