Hajime Hoshi 2023-07-11 01:30:53 +09:00
parent 5ddf75c4b3
commit a9c272d137

View File

@ -24,7 +24,7 @@ jobs:
- name: Go version
id: go
run: |
echo "::set-output name=version::$(curl --location https://go.dev/VERSION?m=text)"
echo "version=$(curl --location https://go.dev/VERSION?m=text)" >> $GITHUB_OUTPUT
- name: Docker run (amd64)
run: |