Skip to content

Commit 9de804b

Browse files
author
Panonim
committed
Fix CI go.sum path for caching
1 parent 45fa81d commit 9de804b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: |
2424
~/go/pkg/mod
2525
~/.cache/go-build
26-
key: ${{ runner.os }}-go-${{ hashFiles('backend/go.sum') }}
26+
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
2727
restore-keys: |
2828
${{ runner.os }}-go-
2929

0 commit comments

Comments
 (0)