diff --git a/x-pack/packetbeat/magefile.go b/x-pack/packetbeat/magefile.go index 88a2857e6774..543498164683 100644 --- a/x-pack/packetbeat/magefile.go +++ b/x-pack/packetbeat/magefile.go @@ -36,7 +36,7 @@ import ( // the packetbeat executable. It is used to specify which npcap builder crossbuild // image to use and the installer to obtain from the cloud store for testing. const ( - NpcapVersion = "1.79" + NpcapVersion = "1.80" installer = "npcap-" + NpcapVersion + "-oem.exe" )