Skip to content

Commit 02f0618

Browse files
authored
chore: Fix go version in tests (#219)
1 parent d7377b6 commit 02f0618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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-ec2-instance
22

3-
go 1.23
3+
go 1.24
44

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

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

0 commit comments

Comments
 (0)