From 7513ea7e92959f317ce2afcb096ab9e74206cd09 Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Tue, 10 Jun 2025 14:58:44 -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 609eabe..9304df3 100644 --- a/test/src/go.mod +++ b/test/src/go.mod @@ -1,8 +1,8 @@ module github.com/cloudposse/terraform-aws-ec2-instance -go 1.23 +go 1.24 -toolchain go1.23.0 +toolchain go1.24.0 require ( github.com/gruntwork-io/terratest v0.34.7