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) || \