From 47c1f72b2715aaafd8c2f5981502cc51c63c38c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 21:59:56 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 827729d..c872baf 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/stacklok/frizbee go 1.24.0 -toolchain go1.25.2 +toolchain go1.25.6 require ( github.com/deckarep/golang-set/v2 v2.8.0