diff --git a/.github/workflows/sample-apps.yaml b/.github/workflows/sample-apps.yaml index 0082122..7d18091 100644 --- a/.github/workflows/sample-apps.yaml +++ b/.github/workflows/sample-apps.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - app: [cpu-load-gen, hello-world, outbound-http, variabletester, redis-sample, salutations] + app: [cpu-load-gen, hello-world, outbound-http, variabletester, redis-sample] env: IMAGE_NAME: ${{ github.repository }} @@ -31,6 +31,8 @@ jobs: - name: Install TinyGo uses: acifani/setup-tinygo@v2 + with: + tinygo-version: '0.33.0' - name: Build and push versioned image uses: fermyon/actions/spin/push@v1