You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: clock time detection
* chore(go.mod): bump libbpfgo
commit: aeca328 (main), backport
[backport]
- point go.mod to libbpfgo branch with the helper fix
* fix: clock time detection
- The clock time detection was rework since the libbpfgo func
BPFHelperIsSupported changed;
- Unless it is explicitly marked as unsupported (supported=false),
it will default to BOOTTIME.
commit: f5cb740 (main), cherry-pick