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

Moved tooling install from Makefile to tools.go #211

Merged
merged 2 commits into from
Aug 30, 2022
Merged

Moved tooling install from Makefile to tools.go #211

merged 2 commits into from
Aug 30, 2022

Conversation

chrisdoherty4
Copy link
Member

Description

  • Removed unused bins for envsubst, conversion-gen
  • Removed unused Makefile directives
  • Match kubernetes library imports to tinkerbell/tink (v0.23.0)
  • Match kubectl version to go imports (v1.23.0)

Signed-off-by: Micah Hausler mhausler@amazon.com

Why is this needed

This keeps installable go tools versioned in go.mod rather than the Makefile.

How Has This Been Tested?

CI Tests pass

How are existing users impacted? What migration steps/scripts do we need?

No impact to existing users

Checklist:

I have:

  • updated the documentation and/or roadmap (if required)
  • added unit or e2e tests
  • provided instructions on how to upgrade

* Removed unused bins for envsubst, conversion-gen
* Removed unused Makefile directives
* Match kubernetes library imports to tinkerbell/tink (v0.23.0)
* Match kubectl version to go imports (v1.23.0)

Signed-off-by: Micah Hausler <mhausler@amazon.com>
Signed-off-by: Chris Doherty <chris.doherty4@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants