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

make: merge Go update targets #17794

Merged
merged 1 commit into from Nov 5, 2021
Merged

make: merge Go update targets #17794

merged 1 commit into from Nov 5, 2021

Conversation

tklauser
Copy link
Member

@tklauser tklauser commented Nov 5, 2021

There is not much point in having a separate make target to update Go in
different components. We want to update Go versions for all components
at the same time. Thus, inline all update-*-go-version targets into
the update-go-version target.

NOTE: no need to run full CI. This change only affects the developer workflow when updating Go.

There is not much point in having a separate make target to update Go in
different components. We want to update Go versions for all components
at the same time. Thus, inline all `update-*-go-version` targets into
the `update-go-version` target.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
@tklauser tklauser added kind/cleanup This includes no functional changes. release-note/misc This PR makes changes that have no direct user impact. labels Nov 5, 2021
@tklauser tklauser requested a review from a team as a code owner November 5, 2021 11:45
@tklauser tklauser requested a review from twpayne November 5, 2021 11:45
@twpayne twpayne added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Nov 5, 2021
@pchaigno pchaigno merged commit 14e4056 into master Nov 5, 2021
@pchaigno pchaigno deleted the make-merge-update-go branch November 5, 2021 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup This includes no functional changes. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants