diff --git a/.github/workflows/steam.yml b/.github/workflows/steam.yml index 20415d307..b9faafd17 100644 --- a/.github/workflows/steam.yml +++ b/.github/workflows/steam.yml @@ -24,7 +24,7 @@ jobs: - name: Go version id: go run: | - echo "version=$(curl --location https://go.dev/VERSION?m=text)" >> $GITHUB_OUTPUT + echo "version=$(curl --location https://go.dev/VERSION?m=text | head -n 1)" >> $GITHUB_OUTPUT - name: Docker run (amd64) run: |