From a44a64d3beca6936b972ec9d4bee4c0264983ef7 Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Tue, 10 Jun 2025 15:02:57 -0500 Subject: [PATCH] chore: Fix go version in tests --- test/src/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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