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

⚠️ (go/v3-alpha) Makefile: install kustomize and controller-gen locally #1813

Merged

Commits on Nov 11, 2020

  1. (go/v3-alpha) Makefile: install kustomize and controller-gen to

    '<project root>/bin', and always use these instead of global binaries
    estroz committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    71a77cd View commit details
    Browse the repository at this point in the history
  2. Makefile: improve golangci-lint installer, clean up

    generate_testdata.sh,test.sh: use 'command -v', which won't print
    if a binary isn't found, over 'which' to avoid unnecessary error text
    estroz committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    f4d30ae View commit details
    Browse the repository at this point in the history