We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6683242 commit 77a0965Copy full SHA for 77a0965
.github/workflows/build.yml
@@ -200,14 +200,14 @@ jobs:
200
- uses: goto-bus-stop/setup-zig@v2
201
- uses: actions/setup-go@v4
202
with:
203
- go-version: '1.22'
+ go-version: '1.23'
204
cache-dependency-path: "**/go.sum" # To suppress warning: https://github.com/actions/setup-go/issues/427
205
- uses: acifani/setup-tinygo@v2
206
207
- tinygo-version: '0.35.0'
+ tinygo-version: '0.37.0'
208
- uses: actions/setup-node@v3
209
210
- node-version: '20.x'
+ node-version: '22.x'
211
- name: Install Grain
212
run: |
213
wget https://github.com/grain-lang/grain/releases/download/grain-v0.6.6/grain-linux-x64
0 commit comments