Skip to content

Commit 17a9b6c

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ 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: '1.22.10'
19+
cache: false
1920
-
2021
name: Set up Python 3.11
2122
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0

0 commit comments

Comments
 (0)