1
0
Fork 0
mirror of https://github.com/actions/setup-go synced 2024-11-09 15:12:40 +00:00

fix version dir

This commit is contained in:
Bryan MacFarlane 2020-03-26 10:55:21 -04:00
parent 9b1c41166a
commit 1295b8c552

View file

@ -44,6 +44,7 @@ jobs:
run: go version | grep "go1.12.9"
- name: show cache
shell: bash
run: |
echo go versions in tool cache:
echo $(ls $RUNNER_TOOL_CACHE/go)