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 e478d4f commit 287949eCopy full SHA for 287949e
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
13
steps:
14
- name: set up go
15
uses: actions/setup-go@v5
16
+ cache-dependency-path: backend/
17
with:
18
go-version: "1.22"
19
id: go
0 commit comments