Files
Jörg Thalheim e115d700c4 ginkgo: add Go 1.26 compatibility patch
Go 1.26 added ArtifactDir() to the testing.TB interface. Ginkgo 2.28.1
doesn't implement this method yet, causing test failures. Add a patch
to implement the missing method.

https://github.com/onsi/ginkgo/pull/1648
2026-03-31 20:19:52 +00:00
..