sourcegraph / src-cli

Sourcegraph CLI
https://sourcegraph.com
Apache License 2.0
267 stars 57 forks source link

code-search: remove -i flag #1047

Closed BolajiOlajide closed 8 months ago

BolajiOlajide commented 8 months ago

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.