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 e188a0c commit d224922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
path: packer
- 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 d224922

Please sign in to comment.