Commit 806c3c3
fix: enable Go module caching in coverage steps action (#1996)
Add cache: true and cache-dependency-path to setup-go action to prevent
network issues when downloading Go modules during coverage testing.
This fixes Forbidden errors from storage.googleapis.com proxy by
utilizing GitHub Actions' built-in Go module caching mechanism.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nikolai Emil Damm <[email protected]>1 parent 0d08fa3 commit 806c3c3
File tree
1 file changed
+3
-1
lines changed- .github/actions/daily-test-improver/coverage-steps
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
0 commit comments