diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c27f025..a498deec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,6 +46,8 @@ jobs: - uses: actions/checkout@v4 - name: Install Tinygo uses: acifani/setup-tinygo@v2 + with: + tinygo-versin: 0.32.0 - name: Create temporary main package run: |