Skip to content

Commit 4586590

Browse files
authored
Merge pull request #3097 from spinframework/update-dependencies
Update dependencies
2 parents 091d27e + 77a0965 commit 4586590

File tree

38 files changed

+660
-494
lines changed

38 files changed

+660
-494
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,14 @@ jobs:
200200
- uses: goto-bus-stop/setup-zig@v2
201201
- uses: actions/setup-go@v4
202202
with:
203-
go-version: '1.22'
203+
go-version: '1.23'
204204
cache-dependency-path: "**/go.sum" # To suppress warning: https://github.com/actions/setup-go/issues/427
205205
- uses: acifani/setup-tinygo@v2
206206
with:
207-
tinygo-version: '0.35.0'
207+
tinygo-version: '0.37.0'
208208
- uses: actions/setup-node@v3
209209
with:
210-
node-version: '20.x'
210+
node-version: '22.x'
211211
- name: Install Grain
212212
run: |
213213
wget https://github.com/grain-lang/grain/releases/download/grain-v0.6.6/grain-linux-x64

0 commit comments

Comments
 (0)