diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9c994b1..d76684c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: with: { go-version-file: go.mod, check-latest: true } - name: Setup TinyGo uses: acifani/setup-tinygo@v2 - with: { tinygo-version: 0.34.0 } + with: { tinygo-version: 0.35.0 } - name: Generate App run: make playground - name: Upload Artifact