From f9d8834d2dc9f3441faca19adafda41bd2d563dc Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 9 Aug 2023 00:09:47 +0900 Subject: [PATCH] .github/workflows: bug fix: the format of go.dev/VERSION has changed --- .github/workflows/steam.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |