Skip to content

Commit 11cdc02

Browse files
authored
chore: Fix go version in tests (#91)
1 parent 99e979b commit 11cdc02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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-aws-acm-request-certificate
22

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

57
require (
68
// Known security flaws in terratest dependencies prior to v0.40.15

0 commit comments

Comments
 (0)