From f564c53c8342e74a9d377d016fa2f94f878a9c9b Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 07:23:53 -0700 Subject: [PATCH] [1.22](backport #476) Update npcap to 1.80 (#477) Co-authored-by: Alex K. <8418476+fearful-symmetry@users.noreply.github.com> --- Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.common b/Makefile.common index cf231fc1..5e0dd98b 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.79 +NPCAP_VERSION := 1.80 NPCAP_FILE := npcap-$(NPCAP_VERSION)-oem.exe SUFFIX_NPCAP_VERSION := -npcap-$(NPCAP_VERSION) NPCAP_REPOSITORY := docker.elastic.co/observability-ci @@ -19,7 +19,7 @@ endif # Requires login at google storage. copy-npcap: ifeq ($(CI),true) - @gsutil cp gs://$(GS_BUCKET_PATH)/private/$(NPCAP_FILE) ../npcap/lib/$(NPCAP_FILE) + @gsutil cp gs://$(GS_BUCKET_PATH)/private/$(NPCAP_FILE) ../npcap/lib/$(NPCAP_FILE) else @echo 'Only available if running in the CI' endif