Skip to content

Commit af149ad

Browse files
authored
chore: Fix go version in tests (#259)
1 parent 9dd08f2 commit af149ad

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-elasticache-redis
22

3-
go 1.21
3+
go 1.24
44

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

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

0 commit comments

Comments
 (0)