From 64901ae8567eec002c166e2550e84ff6a0c0f174 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 17:35:09 +0000 Subject: [PATCH] chore(deps): update dependency talos to v1.12.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b43c4a..d4ec2a4 100644 --- a/Makefile +++ b/Makefile @@ -138,7 +138,7 @@ kubectl: @chmod +x $(KUBECTL) TALOS := $(LOCALBIN)/talosctl -TALOS_VERSION := v1.11.3 +TALOS_VERSION := v1.12.6 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)