Skip to content

Commit 1dc9398

Browse files
committed
fix(ci): add cache dependency path for Go setup
1 parent 0dd28a6 commit 1dc9398

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-go@v7
1818
with:
1919
go-version: 1.26.x
20+
cache-dependency-path: application/backend/go.sum
2021

2122
- name: Get coverage tool
2223
run: |

0 commit comments

Comments
 (0)