Skip to content

Commit c51df78

Browse files
fix: Release needs ginkgo (#65)
1 parent 8ca7f3d commit c51df78

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
with:
4747
go-version: 1.24
4848

49+
- name: Install Ginkgo
50+
run: go install github.com/onsi/ginkgo/v2/ginkgo@latest
51+
4952
- name: Build and Push
5053
run: |
5154
make docker-build docker-push

0 commit comments

Comments
 (0)