Skip to content

Commit bbaf4e1

Browse files
committed
fix caching
1 parent 7898729 commit bbaf4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/framework-golden-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
path: |
6161
~/.cache/go-build
6262
~/go/pkg/mod
63-
key: go-modules-${{ hashFiles('**/go.sum') }}-${{ runner.os }}-framework-golden-examples
63+
key: go-modules-${{ hashFiles('framework/examples/myproject/go.sum') }}-${{ runner.os }}-framework-golden-examples
6464
restore-keys: |
6565
go-modules-${{ runner.os }}-framework-golden-examples
6666
go-modules-${{ runner.os }}

0 commit comments

Comments
 (0)