fix cache dir issue

This commit is contained in:
Bryan MacFarlane
2020-03-26 10:38:51 -04:00
parent 2096a2c66a
commit 655555d319
3 changed files with 8 additions and 3 deletions

View File

@ -25,7 +25,7 @@ jobs:
go-version: ^1.13.6
- name: validate version
run: go version | grep "go1.13."
run: go version | grep "go1."
- name: setup-go 1.13
uses: ./
@ -42,3 +42,8 @@ jobs:
- name: validate version
run: go version | grep "go1.12.9"
- name: show cache
run: |
echo go versions in tool cache:
echo $(ls $RUNNER_TOOL_CACHE/go)