Skip to content

Commit

Permalink
workflows: use a specific ginkgo version
Browse files Browse the repository at this point in the history
  • Loading branch information
joostruis committed Dec 8, 2022
1 parent fd112f3 commit e188a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:

- name: Run tests 🔧
run: |
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@latest
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@v2.1.3
make test
release:
Expand Down

0 comments on commit e188a0c

Please sign in to comment.