<!-- The Task issue template is for project support and quality assurance items. For example, tests or ci related issues, readme update, technical debt, etc. can be created with this template. For a new feature or an enhancement, please submit a feature request or user story issue. Thanks for understanding and for contributing to the project! --> ## Which area is this issue related to? <!-- Uncomment appropriate `/area` lines, and delete the rest. For example, `> /area api` would simply become: `/area api` --> /kind task /area registry ## Issue Description <!-- A clear and concise description of what the task is. --> Update devfile/registry Go modules to use Go 1.21 with bumps to use k8s api v0.29.2. ## Acceptance Critera - [x] Update to Go 1.21 - [x] Bump dependencies including k8s api to v0.29.2 - [x] Bump OpenShift version - [x] Do code refactoring where needed