From a095ad998af13bb97839fa59535bb1bc153d584c Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <123456+self-hosted-renovate[bot]@users.noreply.github.enterprise.com> Date: Wed, 10 Jan 2024 02:42:07 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.21.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c6e109e..b293120 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cresta/atlantis-drift-detection -go 1.21.5 +go 1.21.6 require ( github.com/aws/aws-sdk-go-v2/config v1.26.3