Skip to content

Commit

Permalink
Bump to v2 of the Ginkgo CLI
Browse files Browse the repository at this point in the history
- Keep in sync with cf-acceptance-tests.
  • Loading branch information
davewalter committed Jul 19, 2022
1 parent 994cf27 commit 1c58f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/cf-deployment-concourse-tasks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ RUN \

RUN \
go install github.com/cloudfoundry/uptimer@${uptimer_version} && \
go install github.com/onsi/ginkgo/ginkgo@latest
go install github.com/onsi/ginkgo/v2/ginkgo@latest

# Add trusted relint ca certificate
ARG RELINT_CA_CERTIFICATE
Expand Down

0 comments on commit 1c58f39

Please sign in to comment.