Commit b402905
committed
ci: add path to go.sum to actions/setup-go
I just noticed that actions/setup-go complains about the missing
go.sum file:
> Restore cache failed: Dependencies file is not found in /home/runner/work/sys/sys. Supported file pattern: go.sum
Apparently this happens because there's no top-level go.sum file.
Documentation suggests using a wild card in such a case.
[The contents of these files are used as an input when calculating the
cache checksum, essentially meaning if any of these files are changed,
the cache will be invalidated.]
Signed-off-by: Kir Kolyshkin <[email protected]>1 parent 7d73c88 commit b402905
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments