From f4d670aa4002e920bb96fdddf02c32c64f351350 Mon Sep 17 00:00:00 2001 From: Chrstopher Hunter <8398225+crhntr@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:37:38 -0700 Subject: [PATCH] bump Go to 1.23 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8b3a2155..5b847a2e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pivotal-cf/kiln -go 1.22.6 +go 1.23 require ( github.com/Masterminds/semver/v3 v3.2.1