Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go.mod: update golang.org/x/sys to latest unreleased version
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 and #1206. This was fixed upstream in https://go.dev/cl/540395, so manually pull in the latest unreleased version to allow modules depending on cilium/ebpf to update to later versions as well. Signed-off-by: Tobias Klauser <[email protected]>
- Loading branch information