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

With go 1.18, we must use go install for a binary #1726

Merged
merged 1 commit into from Aug 30, 2022

Commits on Jun 13, 2022

  1. With go 1.18, we must use go install for a binary

    The format "go install github.com/kyoh86/richgo@latest" will work with
    go 1.16 and higher.  It will not work with go 1.15.  However, since
    installing "richgo" is only required for people who want to run the go
    tests for the Cobra project itself, I feel it is ok to require go 1.16
    or higher in this case.
    
    Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
    marckhouzam committed Jun 13, 2022
    Copy the full SHA
    0bc8ff8 View commit details
    Browse the repository at this point in the history