Loading
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