fix hashFiles for modules dependencies

This commit is contained in:
Sergey Dolin 2023-11-04 09:15:21 +01:00 committed by GitHub
parent b91a04b1a7
commit b4a827d116
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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