code-search: remove -i flag
Created by: BolajiOlajide
Since the ugrade to Go 1.20, the -i
was removed - it has been deprecated for sometime now and started causing failures when running the gorelease action.
This PR removes it.
Test plan
Will test after merging to see if the release action is passing fine.