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 1518b6b commit a984021Copy full SHA for a984021
.github/actions/setup-tinygo/action.yml
@@ -18,7 +18,7 @@ runs:
18
19
- uses: actions/setup-go@v3
20
with:
21
- go-version: 1.17
+ go-version: 1.18
22
23
- name: Install Binaryen
24
run: |
.github/workflows/push.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup TinyGo
12
uses: ./.github/actions/setup-tinygo
13
14
- version: 3d6880470204fdf6449c9fd0a7fedba8f8361724 # latest commit on dev at the time of writing
+ version: fce42fc7fa22f9a8061ef8700e2d17a6082f782e # latest commit on dev at the time of writing
15
16
- name: Setup Node
17
uses: actions/setup-node@v3
0 commit comments