diff --git a/Makefile b/Makefile index 05d34215..8384d886 100644 --- a/Makefile +++ b/Makefile @@ -435,7 +435,7 @@ ko: $(call go-install-tool,$(KO),github.com/$(KO_LOOKUP)@$(KO_VERSION)) NWA := $(LOCALBIN)/nwa -NWA_VERSION := v0.7.8 +NWA_VERSION := v0.8.0 NWA_LOOKUP := B1NARY-GR0UP/nwa nwa: @test -s $(NWA) && $(NWA) -h | grep -q $(NWA_VERSION) || \