diff --git a/.github/workflows/examples.yaml b/.github/workflows/examples.yaml index dea638d5..b390cd8a 100644 --- a/.github/workflows/examples.yaml +++ b/.github/workflows/examples.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Install latest TinyGo run: | # installing via curl so commands are similar on OS/x - tinygo_version=0.22.0 + tinygo_version=0.23.0 curl -sSL https://github.com/tinygo-org/tinygo/releases/download/v${tinygo_version}/tinygo${tinygo_version}.linux-amd64.tar.gz | sudo tar -C /usr/local -xzf - echo "TINYGOROOT=/usr/local/tinygo" >> $GITHUB_ENV echo "/usr/local/tinygo/bin" >> $GITHUB_PATH diff --git a/examples/allocation/tinygo/testdata/greet.wasm b/examples/allocation/tinygo/testdata/greet.wasm index f2be0e1b..0353986c 100755 Binary files a/examples/allocation/tinygo/testdata/greet.wasm and b/examples/allocation/tinygo/testdata/greet.wasm differ diff --git a/examples/wasi/testdata/cat.wasm b/examples/wasi/testdata/cat.wasm index 135a0c11..cb66590b 100755 Binary files a/examples/wasi/testdata/cat.wasm and b/examples/wasi/testdata/cat.wasm differ diff --git a/internal/integration_test/bench/testdata/case.wasm b/internal/integration_test/bench/testdata/case.wasm index 1698fe60..9d33eaee 100755 Binary files a/internal/integration_test/bench/testdata/case.wasm and b/internal/integration_test/bench/testdata/case.wasm differ