Skip to content

Commit 802c809

Browse files
committed
fix(ci): Update generator tool version to v0.1.2
Signed-off-by: Eden Reich <[email protected]>
1 parent 647018c commit 802c809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: go install go.uber.org/mock/[email protected]
3333

3434
- name: Install generator tool
35-
run: go install github.com/inference-gateway/tools/cmd/[email protected].1
35+
run: go install github.com/inference-gateway/tools/cmd/[email protected].2
3636

3737
- name: Setup Node.js
3838
uses: actions/[email protected]

0 commit comments

Comments
 (0)