From 18ae43d7ef406762c7a8c513f48cc867205cedc3 Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 14 Aug 2023 19:34:49 +0400 Subject: [PATCH] terragrunt: revbump for go 1.21 --- srcpkgs/terragrunt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index 104adc65a3e..0a36c43b853 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -1,7 +1,7 @@ # Template file for 'terragrunt' pkgname=terragrunt version=0.50.6 -revision=1 +revision=2 build_style=go go_import_path="github.com/gruntwork-io/terragrunt" depends="terraform"