chore: obtain Go version from ad-hoc Dockerfile
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Load Go version
|
- name: Load Go version
|
||||||
id: go-version
|
id: go-version
|
||||||
run: |
|
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
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user