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

bump the minimum version for building installer to go 1.14 #3723

Merged
merged 2 commits into from Jul 7, 2020

Commits on Jul 6, 2020

  1. bump the minimum version for building installer to go 1.14

    With Go 1.14 the handling of modules has improved in the sense that all the subcommands `go {test, generate}` now use the vendor when available by default. This makes it easier for us to run generate using the vendored tools like controller-tools etc. as it now uses the checked in vendor.
    abhinavdahiya committed Jul 6, 2020
    Copy the full SHA
    46a5f49 View commit details
    Browse the repository at this point in the history
  2. data: re sync the embedded CRD for installconfig

    ```
    $ go generate ./pkg/types/installconfig.go
    ```
    abhinavdahiya committed Jul 6, 2020
    Copy the full SHA
    aeaae5f View commit details
    Browse the repository at this point in the history