We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ccd9ed + 1b3e287 commit 9eaaf87Copy full SHA for 9eaaf87
.github/workflows/publish_staging.yml
@@ -61,7 +61,7 @@ jobs:
61
uses: actions-rs/toolchain@v1
62
with:
63
override: true
64
- toolchain: 1.84.0
+ toolchain: 1.86.0
65
- run: rustup target add wasm32-unknown-unknown
66
67
- name: Install Rust targets for macOS
@@ -73,15 +73,15 @@ jobs:
73
- name: Install GO
74
uses: actions/setup-go@v4
75
76
- go-version: '1.22.0'
+ go-version: '1.24.6'
77
78
- name: Install/update node-gyp
79
run: npm install -g node-gyp
80
81
- name: Install Deno
82
uses: denoland/setup-deno@v1
83
84
- deno-version: v1.32.4
+ deno-version: v2.x
85
86
- name: Use Python 3.11
87
uses: actions/setup-python@v4
0 commit comments