From 82be73eda3ea6908aacdf5d68855837ff016d4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20L=C3=B3pez?= <1953782+julio-lopez@users.noreply.github.com> Date: Tue, 7 Jul 2026 22:05:03 -0700 Subject: [PATCH] build(deps): upgrade Go to 1.25.12 (#5479) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c43df6260..b8b49d7c3 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/kopia/kopia go 1.25.8 -toolchain go1.25.11 +toolchain go1.25.12 require ( cloud.google.com/go/storage v1.63.0