## Describe the proposal For now `//nolint: perfsprint` has been added in some files in CLI. Make changes in CLI to convert the fmt.Sprintf("%d)...) into `strconv.Itoa` and handle associated errors as well. ## Release Note <!-- How should the fix for this issue be communicated in our release notes? It can be populated later. --> <!-- Keep it as a single line. Examples: --> <!-- RELEASE NOTE: **ADD** New feature in Dapr. --> <!-- RELEASE NOTE: **FIX** Bug in runtime. --> <!-- RELEASE NOTE: **UPDATE** Runtime dependency. --> RELEASE NOTE: