diff --git a/Makefile b/Makefile index 8b43c4a..1aca4ae 100644 --- a/Makefile +++ b/Makefile @@ -138,7 +138,7 @@ kubectl: @chmod +x $(KUBECTL) TALOS := $(LOCALBIN)/talosctl -TALOS_VERSION := v1.11.3 +TALOS_VERSION := v1.11.5 TALOS_LOOKUP := siderolabs/talos talosctl: @curl -s -L https://github.com/siderolabs/talos/releases/download/$(TALOS_VERSION)/talosctl-$(GO_OS_LOW)-$(GO_ARCH) -o $(TALOS)