cilium/ebpf is using the unstable golang.org/x/exp dependency in its codebase. As per golang docs, these packages are experimental and unstable. The package was introduced in #951, and more packages become dependent on exp in #1069.
These are now available in the v0.11.0 release. We noted the issue while trying to upgrade to v0.11.0 in the kubernetes repository. kubernetes/kubernetes#117457.
Can the experimental package be removed and use a stable golang package instead?