istio-ecosystem / sail-operator

The Sail Operator is able to install and manage the lifecycle of the Istio control plane in an Kubernetes & OpenShift cluster.
Apache License 2.0
41 stars 28 forks source link

Remove redundant variable copying in for loops #473

Closed luksa closed 1 week ago

luksa commented 1 week ago

With the release of Go 1.22, it's no longer necessary to manually copy loop variables inside for loops.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.16%. Comparing base (7bc6182) to head (62c3126). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #473 +/- ## ======================================= Coverage 76.16% 76.16% ======================================= Files 37 37 Lines 1867 1867 ======================================= Hits 1422 1422 Misses 371 371 Partials 74 74 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

luksa commented 1 week ago

/retest