From c301cbcefe46371c8e60f2bebb1cff5602107716 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Mon, 17 Apr 2023 02:51:51 +0000 Subject: [PATCH] Bump Go from 1.18 to 1.20 Bumps Go from 1.18 to 1.20 and update Go modules used by the project. See the commit for details on what modules were updated. Signed-off-by: GitHub --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 540b401..038dcf6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/paketo-buildpacks/dist-zip/v5 -go 1.18 +go 1.20 require ( github.com/buildpacks/libcnb v1.28.0