From b430203bc903659d3bb5ef706a0ec4377b914ace Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 10:14:06 +0800 Subject: [PATCH] chore(deps): update dependency go to v1.23.3 (#136) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index acf68e5..3da7a9f 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/logto-io/go go 1.21 -toolchain go1.23.1 +toolchain go1.23.3 require ( github.com/agiledragon/gomonkey/v2 v2.12.0