From fc02d58a39f9571ada05f21a2897aace321b20b4 Mon Sep 17 00:00:00 2001 From: Buildpacks Robot Date: Fri, 25 Oct 2024 08:27:02 -0500 Subject: [PATCH] Bump Go from 1.22 to 1.23 (#309) 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> Co-authored-by: buildpack-bot --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 395de36..a793f33 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/buildpacks/libcnb/v2 -go 1.22.0 - -toolchain go1.22.7 +go 1.23 require ( github.com/BurntSushi/toml v1.4.0