petermattis / goid

Apache License 2.0
442 stars 65 forks source link

tests fail in Go1.23rc1 #48

Closed szmcdull closed 2 months ago

szmcdull commented 3 months ago

But I can't inspect why. Because delve does not support Go1.23rc1 yet so I cannot debug

petermattis commented 3 months ago

Debuggers like delve are wonderful tools, but there are other ways of debugging problems. You can run the goid tests locally and add printf statements to understand why it is failing.

tamird commented 3 months ago

@szmcdull consider sending a pull request adding 1.23rc1 to our CI matrix. We can investigate from there.