diff --git a/test/src/go.mod b/test/src/go.mod index 677072b..7cb5691 100644 --- a/test/src/go.mod +++ b/test/src/go.mod @@ -1,6 +1,8 @@ module github.com/cloudposse/terraform-yaml-stack-config -go 1.21 +go 1.24 + +toolchain go1.24.0 require ( github.com/gruntwork-io/terratest v0.43.0