Skip to content

Commit

Permalink
update tinygo version in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Sep 22, 2023
1 parent 9841f89 commit e0a3bac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
tags:
- 'v*'
- 'dev'

jobs:
build-wasm:
Expand All @@ -17,7 +18,7 @@ jobs:
name: Setup Tinygo
uses: acifani/setup-tinygo@v1
with:
tinygo-version: '0.28.1'
tinygo-version: '0.30.0'
-
name: Build wasm
run: |
Expand Down

0 comments on commit e0a3bac

Please sign in to comment.