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

chore: fix vendor target and run make vendor #263

Merged
merged 3 commits into from
Jul 26, 2022

Conversation

willfindlay
Copy link
Contributor

We just merged #260 but it seems that the CI job was out of sync with main and did not account for the new module split. So let's update the make vendor target to make this situation impossible. See individual commits.

@willfindlay willfindlay requested a review from kkourt July 26, 2022 13:48
@willfindlay willfindlay requested a review from a team as a code owner July 26, 2022 13:48
@willfindlay willfindlay force-pushed the pr/willfindlay/fix-generated-files branch 5 times, most recently from dc81b3b to 57167bf Compare July 26, 2022 14:32
We were using go 1.17 in CI, let's bump it to 1.18.

Signed-off-by: William Findlay <[email protected]>
api/ and pkg/k8s/ are now separate go modules, let's add a vendor target for them and call
it from the main vendor target.

Signed-off-by: William Findlay <[email protected]>
Everything was out of sync due to vendoring issues fixed in the last commit.

Signed-off-by: William Findlay <[email protected]>
@willfindlay willfindlay force-pushed the pr/willfindlay/fix-generated-files branch from 57167bf to 09ce885 Compare July 26, 2022 14:41
@willfindlay
Copy link
Contributor Author

@kkourt I'm going to merge this since it's fairly urgent and I got an ack from @michi-covalent

@willfindlay willfindlay merged commit 7a8898e into main Jul 26, 2022
@willfindlay willfindlay deleted the pr/willfindlay/fix-generated-files branch July 26, 2022 15:00
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