.github/workflows: bug fix: the format of go.dev/VERSION has changed

This commit is contained in:
Hajime Hoshi 2023-08-09 00:09:47 +09:00
parent e2856f55f1
commit 49391cfc39

View File

@ -30,7 +30,7 @@ jobs:
- name: Go version
id: go
run: |
echo "::set-output name=version::$(curl --location https://go.dev/VERSION?m=text)"
echo "::set-output name=version::$(curl --location https://go.dev/VERSION?m=text | head -n 1)"
- name: Docker run (386)
run: |