Skip to content

Commit 287949e

Browse files
committed
Add cache dependency path for Go setup in CI configuration
1 parent e478d4f commit 287949e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
steps:
1414
- name: set up go
1515
uses: actions/setup-go@v5
16+
cache-dependency-path: backend/
1617
with:
1718
go-version: "1.22"
1819
id: go

0 commit comments

Comments
 (0)