From b7a97e7347a80a8be94e82139d667cab3a1c5126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Zipitr=C3=ADa?= <3012076+fzipi@users.noreply.github.com> Date: Sat, 7 Sep 2024 17:16:32 -0700 Subject: [PATCH] chore: update tinygo to 0.33.0 (#1148) Signed-off-by: Felipe Zipitria --- .github/workflows/tinygo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tinygo.yml b/.github/workflows/tinygo.yml index 61180df9..0782eed2 100644 --- a/.github/workflows/tinygo.yml +++ b/.github/workflows/tinygo.yml @@ -19,6 +19,7 @@ jobs: strategy: matrix: go-version: [1.22.x] + tinygo-version: [0.33.0] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: @@ -34,7 +35,7 @@ jobs: - name: setup tinygo uses: acifani/setup-tinygo@b2ba42b249c7d3efdfe94166ec0f48b3191404f7 # v2 with: - tinygo-version: '0.31.2' + tinygo-version: ${{ matrix.tinygo-version }} - name: Cache TinyGo build uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3