Skip to content

Commit 9197f7a

Browse files
authored
chore: Fix go version in tests (#45)
1 parent 6f22755 commit 9197f7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/src/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/cloudposse/terraform-aws-ecs-cloudwatch-autoscaling
22

3-
go 1.21
3+
go 1.24
44

5-
toolchain go1.21.4
5+
toolchain go1.24.0
66

77
require (
88
github.com/gruntwork-io/terratest v0.46.16

0 commit comments

Comments
 (0)