We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 780bc69 + 3b30011 commit 2156adeCopy full SHA for 2156ade
.github/workflows/go.yaml
@@ -26,7 +26,8 @@ jobs:
26
27
- uses: actions/cache/restore@v4
28
with:
29
- key: ${{ runner.os }}-go-cache
+ key: ${{ runner.os }}-go-cache-${{ hashFiles('**/go.sum') }}
30
+ restore-keys: ${{ runner.os }}-go-
31
path: |
32
~/.cache/golangci-lint
33
~/.cache/go-build
@@ -62,7 +63,7 @@ jobs:
62
63
- uses: actions/cache/save@v4
64
if: ${{ env.IS_MAIN }}
65
66
67
68
69
0 commit comments