mirror of
https://github.com/actions/setup-go.git
synced 2025-06-28 07:53:43 +00:00
add bin to path
This commit is contained in:
parent
e0b6a4d694
commit
9c31f591e9
3 changed files with 35 additions and 1 deletions
3
.github/workflows/versions.yml
vendored
3
.github/workflows/versions.yml
vendored
|
@ -43,8 +43,9 @@ jobs:
|
|||
- name: validate version
|
||||
run: go version | grep "go1.12.9"
|
||||
|
||||
- name: show cache
|
||||
- name: dump env
|
||||
shell: bash
|
||||
run: |
|
||||
echo $PATH
|
||||
echo go versions in tool cache:
|
||||
echo $(ls $RUNNER_TOOL_CACHE/go)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue