From 411bf2b478c95d8db4974a4753b26d81dba2c955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 30 Jul 2026 11:42:20 -0400 Subject: [PATCH] Makefile: Bump to 1.25.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae837ba40f..1ecda65271 100644 --- a/Makefile +++ b/Makefile @@ -142,7 +142,7 @@ ifneq "$(INCUS_OFFLINE)" "" exit 1 endif $(GO) get -t -v -u ./... - $(GO) mod tidy --go=1.25.10 + $(GO) mod tidy --go=1.25.12 $(GO) get toolchain@none @echo "Dependencies updated"