Skip to content

Commit 77a0965

Browse files
committed
Update integration test dependencies
Signed-off-by: Ryan Levick <[email protected]>
1 parent 6683242 commit 77a0965

File tree

3 files changed

+52
-168
lines changed

3 files changed

+52
-168
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)