mirror of
https://codeberg.org/actions/setup-go.git
synced 2024-01-07 17:16:05 +00:00
fix version dir
This commit is contained in:
parent
9b1c41166a
commit
1295b8c552
1
.github/workflows/versions.yml
vendored
1
.github/workflows/versions.yml
vendored
|
@ -44,6 +44,7 @@ jobs:
|
||||||
run: go version | grep "go1.12.9"
|
run: go version | grep "go1.12.9"
|
||||||
|
|
||||||
- name: show cache
|
- name: show cache
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo go versions in tool cache:
|
echo go versions in tool cache:
|
||||||
echo $(ls $RUNNER_TOOL_CACHE/go)
|
echo $(ls $RUNNER_TOOL_CACHE/go)
|
||||||
|
|
Loading…
Reference in a new issue