Update libbpf to 0.7.0-teleport (#13201)

This commit is contained in:
Jakub Nyckowski
2022-06-06 23:41:57 +00:00
committed by GitHub
parent ea147496f7
commit b5ccc21aba
+1 -1
View File
@@ -21,7 +21,7 @@ GOLANG_VERSION ?= go1.18.3
RUST_VERSION ?= 1.61.0
NODE_VERSION ?= 16.13.2
BORINGCRYPTO_RUNTIME=$(GOLANG_VERSION)b7
LIBBPF_VERSION ?= 0.3.1
LIBBPF_VERSION ?= 0.7.0-teleport
UID := $$(id -u)
GID := $$(id -g)