From 6319f6583ba142e2367298cf8df5c118505c66e3 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Mon, 30 Sep 2024 03:08:12 +0000 Subject: [PATCH] Bump Go from 1.22 to 1.23 Bumps Go from 1.22 to 1.23 and update Go modules used by the project. See the commit for details on what modules were updated. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 49c4936..415ac7f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/paketo-buildpacks/elastic-apm/v4 -go 1.22 +go 1.23 require ( github.com/buildpacks/libcnb v1.30.3