From 42c5c39f5181fc3e3dad9925323eafe9eb90c5ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:30:27 +0300 Subject: [PATCH] chore(deps): update dependency b1nary-gr0up/nwa to v0.7.8 (#1906) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b2f376b..46676d53 100644 --- a/Makefile +++ b/Makefile @@ -549,7 +549,7 @@ ko: $(call go-install-tool,$(KO),github.com/$(KO_LOOKUP)@$(KO_VERSION)) 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) || \