From 0b6f14225627ee50652a77495bee56554f83b0b2 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 02:23:33 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cab5eaa..0d76b55 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/Vonage/numkey go 1.23 -toolchain go1.23.0 +toolchain go1.23.1 require ( github.com/jstemmer/go-junit-report/v2 v2.1.0