cloudfoundry / bosh-bootloader

Command line utility for standing up a BOSH director on an IAAS of your choice.
Apache License 2.0
180 stars 180 forks source link

Bump to ginkgo/v2 #566

Closed abg closed 1 year ago

abg commented 1 year ago

Bumps to the latest ginkgo/v2 and gomega libraries.

Updated two test fixtures in the cloudconfig package that had malformed yaml (duplicate keys) and had failing tests under the updated github.com/onsi/gomega dependency.

Test scripts were updated to run ginkgo via go run per the official recommendation. The old ginkgo/v1 cli was removed from the ci Dockerfile.