From 2309da315965e1bbe72800299de00e03fee64846 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 16:35:25 +0000 Subject: [PATCH] chore(deps): update dependency b1nary-gr0up/nwa to v0.7.8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c841dbb..6e247af0 100644 --- a/Makefile +++ b/Makefile @@ -334,7 +334,7 @@ ginkgo: $(call go-install-tool,$(GINKGO),github.com/onsi/ginkgo/v2/ginkgo) NWA := $(LOCALBIN)/nwa -NWA_VERSION := v0.7.7 +NWA_VERSION := v0.7.8 NWA_LOOKUP := B1NARY-GR0UP/nwa nwa: @test -s $(NWA) && $(NWA) -h | grep -q $(NWA_VERSION) || \