Skip to content

Commit 995bf4e

Browse files
authored
chore: Fix go version in tests (#147)
1 parent e82e81e commit 995bf4e

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-ecs-codepipeline
22

3-
go 1.21
3+
go 1.24
44

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

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

0 commit comments

Comments
 (0)