From 35651dcb1611044b8c11a952888528236f7d79db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 19:00:50 +0000 Subject: [PATCH] chore(deps): update go to v1.25.6 --- go/dexop/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/dexop/go.mod b/go/dexop/go.mod index a70d2b0ac..17b5997f9 100644 --- a/go/dexop/go.mod +++ b/go/dexop/go.mod @@ -2,7 +2,7 @@ module github.com/rackerlabs/understack/go/dexop go 1.24.0 -toolchain go1.24.4 +toolchain go1.25.6 require ( github.com/dexidp/dex/api/v2 v2.4.0