Skip to content

Commit 9a10efb

Browse files
committed
fix: dependencies file is not found
Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent d92e9f1 commit 9a10efb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
name: Set up Go 1.x
1616
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
1717
with:
18-
go-version: 1.22.10
18+
go-version-file: '../go.mod'
19+
cache: true
20+
cache-dependency-path: '**/go.sum'
1921
-
2022
name: Set up Python 3.11
2123
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0

0 commit comments

Comments
 (0)