mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +00:00
fix hashFiles for modules dependencies
This commit is contained in:
parent
b91a04b1a7
commit
b4a827d116
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ build:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
${{ env.cache }}
|
${{ env.cache }}
|
||||||
key: setup-go-deps-${{ runner.os }}-go-${{ hashFiles('go.sum go.mod') }}
|
key: setup-go-deps-${{ runner.os }}-go-${{ hashFiles('go.sum', 'go.mod') }}
|
||||||
|
|
||||||
- name:
|
- name:
|
||||||
run: echo "$GOOS $GOARCH"> env.txt
|
run: echo "$GOOS $GOARCH"> env.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue