From 13df8da7962e3345935a87faddd0f07df00d5adc Mon Sep 17 00:00:00 2001 From: dduzgun-security Date: Thu, 8 Aug 2024 17:15:18 -0400 Subject: [PATCH] revert go bump to another pr --- .go-version | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index 8cacbae5..db98d22c 100644 --- a/.go-version +++ b/.go-version @@ -1,2 +1,2 @@ -1.21.13 +1.21.8 diff --git a/go.mod b/go.mod index 27b2cb17..c9819d45 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/packer-plugin-amazon -go 1.21.13 +go 1.21.0 require ( github.com/aws/aws-sdk-go v1.45.6