From 9edcacbdacc557a54ba0f5ca59a6c762a6dea232 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 10:08:21 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 56108d6..ca7c38d 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module go.datum.net/datumctl go 1.25.0 -toolchain go1.25.7 +toolchain go1.26.0 require ( github.com/coreos/go-oidc/v3 v3.17.0