fix hashFiles for modules dependencies

pull/416/head
Sergey Dolin 1 year ago committed by GitHub
parent b91a04b1a7
commit b4a827d116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save