Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli-plugins/manager: remove redundant capturing of loop vars (copyloo…
…pvar) go1.22 and up now produce a unique variable in loops, tehrefore no longer requiring to capture the variable manually; cli-plugins/manager/cobra.go:55:4: The copy of the 'for' variable "p" can be deleted (Go 1.22+) (copyloopvar) p := p ^ Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information