From 4be5917ceb0364e00791ce5d4f18c2a81929ba63 Mon Sep 17 00:00:00 2001 From: ivvist Date: Mon, 2 Dec 2024 09:18:16 +0100 Subject: [PATCH] restore installing tinygo --- .github/workflows/ci_reuse_go.yml | 2 +- .github/workflows/ci_reuse_go_cas.yml | 2 +- .github/workflows/ci_reuse_go_pr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_reuse_go.yml b/.github/workflows/ci_reuse_go.yml index 046d261..8b3c473 100644 --- a/.github/workflows/ci_reuse_go.yml +++ b/.github/workflows/ci_reuse_go.yml @@ -51,7 +51,7 @@ jobs: # Install TinyGo - name: Install TinyGo run: | - wget https://github.com/tinygo-org/tinygo/releases/download/v0.32.0/tinygo_0.32.0_amd64.deb + wget https://github.com/tinygo-org/tinygo/releases/download/v0.34.0/tinygo_0.34.0_amd64.deb sudo dpkg -i tinygo_0.34.0_amd64.deb - name: Check pull request file size diff --git a/.github/workflows/ci_reuse_go_cas.yml b/.github/workflows/ci_reuse_go_cas.yml index b99af48..5c99511 100644 --- a/.github/workflows/ci_reuse_go_cas.yml +++ b/.github/workflows/ci_reuse_go_cas.yml @@ -46,7 +46,7 @@ jobs: # Install TinyGo - name: Install TinyGo run: | - wget https://github.com/tinygo-org/tinygo/releases/download/v0.32.0/tinygo_0.32.0_amd64.deb + wget https://github.com/tinygo-org/tinygo/releases/download/v0.34.0/tinygo_0.34.0_amd64.deb sudo dpkg -i tinygo_0.34.0_amd64.deb - name: Check pull request file size diff --git a/.github/workflows/ci_reuse_go_pr.yml b/.github/workflows/ci_reuse_go_pr.yml index 1d41032..374e4b8 100644 --- a/.github/workflows/ci_reuse_go_pr.yml +++ b/.github/workflows/ci_reuse_go_pr.yml @@ -48,7 +48,7 @@ jobs: # Install TinyGo - name: Install TinyGo run: | - wget https://github.com/tinygo-org/tinygo/releases/download/v0.32.0/tinygo_0.32.0_amd64.deb + wget https://github.com/tinygo-org/tinygo/releases/download/v0.34.0/tinygo_0.34.0_amd64.deb sudo dpkg -i tinygo_0.34.0_amd64.deb - name: Checkout