Hi, does the master branch of kratos compile for anyone right now? There seems to be an issue introduced in
https://github.com/ory/kratos/commit/1b677733b7488f95673a58c9c5b2600939855a48 which causes a lot of "internal/testhelpers/sdk.go
6914: cannot use "hidden" (untyped string constant) as *string value in struct literal " messages when running the tests.
Apparently the struct fields of UiNodeInputAttributes are now pointers which means you can't use "untyped string constants" in the initializers.