Skip to content

code-search: remove -i flag

Erik Seliger requested to merge bo/remove-i-flag into main

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.

Merge request reports

Loading