From 47b09512ce62f8898a2dd2b000903726f9184ab6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 21:45:12 +0000 Subject: [PATCH] build(deps): update go toolchain directive to v1.26.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a00d5aab..eb0a9129 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/go-krb5/x go 1.25.0 -toolchain go1.26.0 +toolchain go1.26.3 require ( github.com/google/uuid v1.6.0