From be1a00889df5c8aa781c3d0d5733ed4ac53137f8 Mon Sep 17 00:00:00 2001 From: ivvist Date: Mon, 30 Sep 2024 06:53:59 +0200 Subject: [PATCH] update script to previous go version to make release --- .github/workflows/ci_reuse_go_cas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_reuse_go_cas.yml b/.github/workflows/ci_reuse_go_cas.yml index ac1ac1c..adf0a04 100644 --- a/.github/workflows/ci_reuse_go_cas.yml +++ b/.github/workflows/ci_reuse_go_cas.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 'stable' + go-version: '1.22' cache: false # Install TinyGo