From 6619701501b0ad3a793f23093d69ae20a221a194 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 09:17:17 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.26.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5c79282..9b504b3 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module opzkit/database-user-operator go 1.25.0 -toolchain go1.25.9 +toolchain go1.26.2 require ( github.com/aws/aws-sdk-go-v2 v1.41.7