Skip to content

Commit a984021

Browse files
committed
chore: update tinygo and go
1 parent 1518b6b commit a984021

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-tinygo/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818

1919
- uses: actions/setup-go@v3
2020
with:
21-
go-version: 1.17
21+
go-version: 1.18
2222

2323
- name: Install Binaryen
2424
run: |

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup TinyGo
1212
uses: ./.github/actions/setup-tinygo
1313
with:
14-
version: 3d6880470204fdf6449c9fd0a7fedba8f8361724 # latest commit on dev at the time of writing
14+
version: fce42fc7fa22f9a8061ef8700e2d17a6082f782e # latest commit on dev at the time of writing
1515

1616
- name: Setup Node
1717
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)