From 624aa77f36ef471d6feceac4e50bdbac722c7ad7 Mon Sep 17 00:00:00 2001 From: "Alex K." <8418476+fearful-symmetry@users.noreply.github.com> Date: Thu, 17 Oct 2024 07:19:46 -0700 Subject: [PATCH] use 1.80 (#41271) (cherry picked from commit e3476939420eb24d4ccc1741f38aa32fa11b30c2) --- x-pack/packetbeat/magefile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )