From 1e883c8d8310ff2a526a494b911c5555b227d163 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:22:22 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f74690e..ed85e3a 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/hsbc/go-api-pagination go 1.22 -toolchain go1.22.6 +toolchain go1.23.3 require ( github.com/google/go-github/v65 v65.0.0