diff --git a/test/src/go.mod b/test/src/go.mod index 8bff7b4..01e5066 100644 --- a/test/src/go.mod +++ b/test/src/go.mod @@ -1,8 +1,8 @@ module github.com/cloudposse/terraform-aws-iam-role -go 1.23.0 +go 1.24 -toolchain go1.24.3 +toolchain go1.24.0 require ( github.com/gruntwork-io/terratest v0.49.0