Skip to content

Commit

Permalink
update cilium version in the makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <[email protected]>
  • Loading branch information
msherif1234 committed Aug 6, 2024
1 parent d664386 commit fe1165c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ OCI_BIN_PATH := $(shell which docker 2>/dev/null || which podman)
OCI_BIN ?= $(shell basename ${OCI_BIN_PATH})

LOCAL_GENERATOR_IMAGE ?= ebpf-generator:latest
CILIUM_EBPF_VERSION := v0.15.0
CILIUM_EBPF_VERSION := v0.16.0
GOLANGCI_LINT_VERSION = v1.54.2
GO_VERSION = "1.22.4"
PROTOC_VERSION = "3.19.4"
Expand Down
Binary file modified pkg/ebpf/bpf_s390_bpfeb.o
Binary file not shown.

0 comments on commit fe1165c

Please sign in to comment.