From 3bf9dbbe6d5cacdc757901835542f9b0dbde71f8 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 06:18:47 +0930 Subject: [PATCH] [1.20](backport #315) bump npcap version to 1.76 (#319) Co-authored-by: Dan Kortschak <90160302+efd6@users.noreply.github.com> --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 8d628916..445d06a3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -3,7 +3,7 @@ VCS_REF := $(shell git rev-parse HEAD) VCS_URL := https://github.com/elastic/golang-crossbuild BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ") .DEFAULT_GOAL := build -NPCAP_VERSION := 1.71 +NPCAP_VERSION := 1.76 NPCAP_FILE := npcap-$(NPCAP_VERSION)-oem.exe SUFFIX_NPCAP_VERSION := -npcap-$(NPCAP_VERSION) NPCAP_REPOSITORY := docker.elastic.co/observability-ci