Skip to content

Commit d5c8b4a

Browse files
authored
chore: Fix go version in tests (#108)
1 parent 007b60e commit d5c8b4a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/src/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/cloudposse/terraform-yaml-stack-config
22

3-
go 1.21
3+
go 1.24
4+
5+
toolchain go1.24.0
46

57
require (
68
github.com/gruntwork-io/terratest v0.43.0

0 commit comments

Comments
 (0)