diff --git a/test/src/go.mod b/test/src/go.mod index 906e7d6..e0c14d3 100644 --- a/test/src/go.mod +++ b/test/src/go.mod @@ -1,8 +1,8 @@ module github.com/cloudposse/terraform-aws-ecs-codepipeline -go 1.21 +go 1.24 -toolchain go1.21.7 +toolchain go1.24.0 require ( github.com/gruntwork-io/terratest v0.46.13