From 249cff5ebb7988031a44889aec14a2623d6ca655 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:03:05 +1100 Subject: [PATCH] build(deps): update dependency go to v1.23.3 (#46) 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 1fb4cb1..d13e5da 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/go-crypt/x go 1.22 -toolchain go1.23.2 +toolchain go1.23.3 require ( github.com/stretchr/testify v1.9.0