<!-- 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-operator](http://github.com/devfile/registry-operator) Go modules to use Go 1.24. ## Acceptance Criteria - [ ] Update `go.mod` to Go 1.24 - [ ] Update `Dockerfile` to Go 1.24 - [ ] Do code refactoring where needed - [ ] Update go version under openshift/release, see https://github.com/openshift/release/pull/53126 - [ ] Update Go tag under [README](http://github.com/devfile/registry-operator/blob/main/README.md)