We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1c411 commit 1295b8cCopy full SHA for 1295b8c
.github/workflows/versions.yml
@@ -44,6 +44,7 @@ jobs:
44
run: go version | grep "go1.12.9"
45
46
- name: show cache
47
+ shell: bash
48
run: |
49
echo go versions in tool cache:
50
echo $(ls $RUNNER_TOOL_CACHE/go)
0 commit comments