From 4c3b820e24f4726c9647038eb8b9cdceffcb0337 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Mon, 17 Apr 2023 02:41:32 +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 2b09996..218f95e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/paketo-buildpacks/libpak -go 1.18 +go 1.20 require ( github.com/Masterminds/semver/v3 v3.2.1