Skip to content

Commit a1f6e8c

Browse files
committed
Update libbpf to v1.6.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
1 parent 8465333 commit a1f6e8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ dependencies:
110110
match: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud
111111

112112
- name: libbpf
113-
version: 1.5.0
113+
version: 1.6.1
114114
refPaths:
115115
- path: hack/install-libbpf.sh
116116
match: VERSION

hack/install-libbpf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
set -euo pipefail
1717

18-
VERSION=1.5.0
18+
VERSION=1.6.1
1919
curl -sSfL --retry 5 --retry-delay 3 \
2020
"https://github.com/libbpf/libbpf/archive/refs/tags/v$VERSION.tar.gz" -o- |
2121
tar xfz -

0 commit comments

Comments
 (0)