Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile.defs: Set GODEBUG to gotypesalias=0
In Go v1.23 gotypesalias is set to 1, which changes the parsing of type aliases. This breaks our "generate-k8s-api" as k8s.io/gengo does not yet handle the new semantics. Work around this issue by setting gotypesalias=0 until the kubernetes tooling has fixed the issue. Signed-off-by: Jussi Maki <[email protected]>
- Loading branch information