diff --git a/Makefile b/Makefile index 66519769..e8db7468 100644 --- a/Makefile +++ b/Makefile @@ -378,7 +378,7 @@ ko: $(call go-install-tool,$(KO),github.com/$(KO_LOOKUP)@$(KO_VERSION)) NWA := $(LOCALBIN)/nwa -NWA_VERSION := v0.7.5 +NWA_VERSION := v0.7.6 NWA_LOOKUP := B1NARY-GR0UP/nwa nwa: @test -s $(NWA) && $(NWA) -h | grep -q $(NWA_VERSION) || \