Skip to content

Conversation

@fmount
Copy link
Contributor

@fmount fmount commented Sep 26, 2025

Modernize using gopls modernize tool to update:

  • Replace interface{} with any type alias (Go 1.18+)
  • Update range loops to use idiomatic range syntax
  • Replace fmt.Sprintf with fmt.Appendf where appropriate

These changes improve code readability and align with current Go best practices.

Co-Authored-By: Claude [email protected]

Applied automated modernization using gopls modernize tool to update:
- Replace interface{} with any type alias (Go 1.18+)
- Update range loops to use idiomatic range syntax
- Replace fmt.Sprintf with fmt.Appendf where appropriate

These changes improve code readability and align with current Go best
practices.

Co-Authored-By: Claude <[email protected]>
Signed-off-by: Francesco Pantano <[email protected]>
@fmount fmount requested review from abays, dciabrin and stuggi September 26, 2025 09:59
@openshift-ci openshift-ci bot requested a review from dprince September 26, 2025 09:59
Copy link
Contributor

@abays abays left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 26, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abays, fmount

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit e1bf4aa into openstack-k8s-operators:main Sep 26, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants