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.mod, vendor: update golang.org/x/sys to latest unreleased version #29070

Merged
merged 1 commit into from Nov 9, 2023

Conversation

tklauser
Copy link
Member

@tklauser tklauser commented Nov 9, 2023

Updating golang.org/x/sys/unix to the recently released v0.14.0 will break the build because of the missing definition of BPF_F_KPROBE_MULTI_RETURN, see
golang/go#63969.

This was fixed upstream, so manually pull in the latest unreleased version to unblock #28994 and allow renovate to update other dependencies.

@tklauser tklauser added the release-note/misc This PR makes changes that have no direct user impact. label Nov 9, 2023
@tklauser tklauser requested a review from a team as a code owner November 9, 2023 08:31
@tklauser tklauser requested a review from rolinh November 9, 2023 08:31
Updating golang.org/x/sys/unix to the recently released v0.14.0 will
break the build because of the missing definition of
BPF_F_KPROBE_MULTI_RETURN, see
golang/go#63969.

This was fixed upstream, so manually pull in the latest unreleased
version to unblock #28994 and allow renovate to update other
dependencies.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
@tklauser
Copy link
Member Author

tklauser commented Nov 9, 2023

/test

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Nov 9, 2023
@tklauser tklauser merged commit ec5232f into main Nov 9, 2023
220 checks passed
@tklauser tklauser deleted the pr/tklauser/x-sys-master branch November 9, 2023 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

2 participants