From f08f81bcd9540202d8632655b48647757e082fb5 Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Tue, 10 Jun 2025 12:22:41 -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 5c79c13..6b4cb21 100644 --- a/test/src/go.mod +++ b/test/src/go.mod @@ -1,8 +1,8 @@ module github.com/cloudposse/terraform-aws-elasticache-redis -go 1.21 +go 1.24 -toolchain go1.22.3 +toolchain go1.24.0 require ( github.com/gruntwork-io/terratest v0.46.15