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