Makefile: Bump to 1.25.12

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber 2026-07-30 11:42:20 -04:00
parent cb3e751fb9
commit 411bf2b478
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -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"