From 8d3f9cc2c1f48b6fe264aafb71e7d612a61e0498 Mon Sep 17 00:00:00 2001 From: schristoff <28318173+schristoff@users.noreply.github.com> Date: Thu, 30 May 2024 22:04:45 -0600 Subject: [PATCH] maybe? Signed-off-by: schristoff <28318173+schristoff@users.noreply.github.com> --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 83c059398..d4dcb34a9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module get.porter.sh/porter -go 1.22.0 +go 1.22 + +toolchain go1.22.0 replace ( // See https://github.com/hashicorp/go-plugin/pull/127 and