Skip to content

Commit 402e813

Browse files
committed
ci: update tinygo version
PR tinygo-org/tinygo#4736 adds runtime.Goexit to {Skip,Fail}Now, which currently fails in the go tests. Signed-off-by: leongross <[email protected]>
1 parent a1f51c4 commit 402e813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tinygo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
tinygo-build:
1515
runs-on: ubuntu-latest
16-
container: tinygo/tinygo-dev:sha-ec0a142190bd21ecefd91868f36df70e92e9ac2c
16+
container: tinygo/tinygo-dev:sha-c5879c682c834e242aa86f86df2ba4984dfd9ba9
1717
steps:
1818
- name: Install actions dependencies into tinygo container (Debain)
1919
run: |

0 commit comments

Comments
 (0)