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 08f08a8 commit 43f2c42Copy full SHA for 43f2c42
Makefile.common
@@ -3,7 +3,7 @@ VCS_REF := $(shell git rev-parse HEAD)
3
VCS_URL := https://github.com/elastic/golang-crossbuild
4
BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
5
.DEFAULT_GOAL := build
6
-NPCAP_VERSION := 1.78
+NPCAP_VERSION := 1.79
7
NPCAP_FILE := npcap-$(NPCAP_VERSION)-oem.exe
8
SUFFIX_NPCAP_VERSION := -npcap-$(NPCAP_VERSION)
9
NPCAP_REPOSITORY := docker.elastic.co/observability-ci
0 commit comments