Describe the bug
After releasing v2.60.0, it looks like there is a replace directive that is breaking go install workflow due to it's design.
Steps to reproduce the behavior
go install github.com/cli/cli/v2/cmd/gh@v2.60.0
The go.mod file for the module providing named packages contains one or
more replace directives. It must not contain directives that would cause
it to be interpreted differently than if it were the main module.
Expected vs actual behavior
go install should still pass.
Logs
Describe the bug
After releasing v2.60.0, it looks like there is a replace directive that is breaking
go installworkflow due to it's design.Steps to reproduce the behavior
go install github.com/cli/cli/v2/cmd/gh@v2.60.0Expected vs actual behavior
go installshould still pass.Logs