From 525550df196cf56e856f2e68a7576731d9fce4b7 Mon Sep 17 00:00:00 2001 From: Carson Long <12767276+ctlong@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:09:13 -0800 Subject: [PATCH] feat: Bump module to Go 1.23 * Requires go1.23. * Sets toolchain to latest go1.23 version, which is go1.23.4. --- go.mod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 427febe9..cee50287 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,8 @@ module code.cloudfoundry.org/log-cache-cli/v4 -go 1.22 -toolchain go1.22.8 +go 1.23 + +toolchain go1.23.4 require ( code.cloudfoundry.org/cli v7.1.0+incompatible