From 04ac4ca078602b1727f7ec10f5b4c0922e34a449 Mon Sep 17 00:00:00 2001 From: Norbel AMBANUMBEN Date: Wed, 31 Jan 2024 12:43:31 +0100 Subject: [PATCH] Updated step to get go version --- .github/workflows/build_experimental_engine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_experimental_engine.yml b/.github/workflows/build_experimental_engine.yml index b1e80b595..018dabf28 100644 --- a/.github/workflows/build_experimental_engine.yml +++ b/.github/workflows/build_experimental_engine.yml @@ -26,7 +26,7 @@ jobs: - name: Get GOVERSION content id: goversion - run: echo "version=$(cat GOVERSION)" >> "$GITHUB_OUTPUT" + run: echo "version=$(curl https://raw.githubusercontent.com/ooni/probe-cli/master/GOVERSION && cat GOVERSION)" >> "$GITHUB_OUTPUT" shell: bash - uses: magnetikonline/action-golang-cache@v4