We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1800c92 commit 1020fc4Copy full SHA for 1020fc4
.github/workflows/unit-tests.yml
@@ -25,7 +25,7 @@ jobs:
25
.cache/tools
26
~/.cache/go-build
27
~/go/pkg/mod
28
- key: ${{ runner.os }}-${{ runner.arch }}-cache-${{ hashFiles('tools/tools.conf', '**/go.sum') }}
+ key: ${{ runner.os }}-${{ runner.arch }}-cache-${{ hashFiles('tools/tools.conf', 'mise.lock', '**/go.sum') }}
29
restore-keys: |
30
${{ runner.os }}-${{ runner.arch }}-cache-
31
0 commit comments