You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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