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.
1 parent 6418de8 commit df0f7e0Copy full SHA for df0f7e0
.github/workflows/ci-release.yml
@@ -25,7 +25,7 @@ jobs:
25
path: |
26
~/go/pkg/mod
27
~/.cache/go-build
28
- key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
+ key: ${{ runner.os }}-go-${{ hashFiles('backend/go.sum') }}
29
restore-keys: |
30
${{ runner.os }}-go-
31
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
105
106
0 commit comments