There was an error while loading. Please reload this page.
1 parent 0dd28a6 commit 1dc9398Copy full SHA for 1dc9398
1 file changed
.github/workflows/go.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: actions/setup-go@v7
18
with:
19
go-version: 1.26.x
20
+ cache-dependency-path: application/backend/go.sum
21
22
- name: Get coverage tool
23
run: |
0 commit comments