We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8465333 commit a1f6e8cCopy full SHA for a1f6e8c
dependencies.yaml
@@ -110,7 +110,7 @@ dependencies:
110
match: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud
111
112
- name: libbpf
113
- version: 1.5.0
+ version: 1.6.1
114
refPaths:
115
- path: hack/install-libbpf.sh
116
match: VERSION
hack/install-libbpf.sh
@@ -15,7 +15,7 @@
15
16
set -euo pipefail
17
18
-VERSION=1.5.0
+VERSION=1.6.1
19
curl -sSfL --retry 5 --retry-delay 3 \
20
"https://github.com/libbpf/libbpf/archive/refs/tags/v$VERSION.tar.gz" -o- |
21
tar xfz -
0 commit comments