chore: obtain Go version from ad-hoc Dockerfile

This commit is contained in:
pancho horrillo
2020-10-01 17:55:33 +02:00
parent d9c840f70f
commit f0758bb9f4
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Load Go version
id: go-version
run: |
echo "::set-output name=go-version::$(tr -d '\n' < .github/versions/go)"
echo ::set-output name=go-version::$(sed 's/^.*://' .github/go/Dockerfile)
- uses: actions/setup-go@v2
with: