cloudfoundry / lager

An opinionated logger for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

updating Ginkgo to version 2

Zoreo opened this issue · comments

Hello,

We are trying to update our tests to use ginkgo/v2, however that isn't possible since the loggers that we are using are still importing v1 and so we are getting an error similar to this one (basically, the two versions of Ginkgo collide and the tests are breaking). Would it be possible for you to update the Ginkgo version to v2?

Ive created a fork to do this becuase the v1 an v2 dont work together and the lager project is not actively maintained.
https://github.com/KevinJCross/lager