From 382191369a913fe75a3aa7e248da0b1e3a49a03f Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Tue, 18 Jun 2024 19:56:49 +0000 Subject: [PATCH] backport of commit 337c6052c5890597abe4e67183ce78f357a27eef --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 3ee4c4c8c..7515972d4 100644 --- a/go.mod +++ b/go.mod @@ -190,7 +190,6 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect ) -go 1.21 -toolchain go1.22.4 +go 1.21.0 replace github.com/zclconf/go-cty => github.com/nywilken/go-cty v1.13.3 // added by packer-sdc fix as noted in github.com/hashicorp/packer-plugin-sdk/issues/187