Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Go-based subctl install docs #622

Merged
merged 1 commit into from
Dec 7, 2021

Commits on Dec 7, 2021

  1. Fix Go-based subctl install docs

    Because we have `replace` statements in `submariner-operator/go.mod` to
    pin the K8s version, when run from outside of the submariner-operator
    repo `go install` declines to build `subctl` with:
    
    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.
    
    This issue is described upstream here:
    
    golang/go#44840 (comment)
    
    Signed-off-by: Daniel Farrell <[email protected]>
    dfarrell07 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    6dc2b11 View commit details
    Browse the repository at this point in the history