From abac4cd96360b0c4fcfec1259d1a82a48615fe39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 17:16:40 +0000 Subject: [PATCH] chore(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 c1935dd..a4f6967 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/int128/oauth2dev go 1.25.0 -toolchain go1.26.2 +toolchain go1.26.3 require ( github.com/google/go-cmp v0.7.0