From c7be8d3a7d3b0e6642c74c0ecadee73ceb1fc653 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Mon, 17 Apr 2023 02:39:56 +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 54eb727..78c9f5a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/paketo-buildpacks/libjvm -go 1.18 +go 1.20 require ( github.com/Masterminds/semver/v3 v3.2.1