chore: obtain Go version from ad-hoc Dockerfile
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user