.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 2de54c556b
commit f9d8834d2d

View File

@ -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: |