From 7fbf1d77b2b11db463e98ea405e94be07da774ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 08:24:59 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.5 (#51) 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 c70f6d0..8a304f1 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/dal-go/dalgo2badger go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/dal-go/dalgo v0.14.2