Skip to content

Commit

Permalink
Updated step to get go version
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Jan 31, 2024
1 parent 47bcfc3 commit 04ac4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_experimental_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04ac4ca

Please sign in to comment.