mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +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:
|
||||
path: |
|
||||
${{ 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:
|
||||
run: echo "$GOOS $GOARCH"> env.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue