Skip to content

Commit 66fcdb9

Browse files
authored
chore: Fix go version in tests (#68)
1 parent 4deeede commit 66fcdb9

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

test/src/go.mod

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
module github.com/cloudposse/terraform-aws-alb-target-group-cloudwatch-sns-alarms
22

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

57
require (
68
github.com/gruntwork-io/terratest v0.31.4
79
github.com/stretchr/testify v1.6.1
810
)
11+
12+
require (
13+
github.com/davecgh/go-spew v1.1.1 // indirect
14+
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
15+
github.com/pmezard/go-difflib v1.0.0 // indirect
16+
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
17+
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
18+
golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect
19+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
20+
)

test/src/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de
195195
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk=
196196
github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY=
197197
github.com/gruntwork-io/gruntwork-cli v0.7.0/go.mod h1:jp6Z7NcLF2avpY8v71fBx6hds9eOFPELSuD/VPv7w00=
198-
github.com/gruntwork-io/terratest v0.30.23 h1:9iGmn2kL9hnchriqtSm66BGK67pYJl6SU4iOIjfD9f8=
199-
github.com/gruntwork-io/terratest v0.30.23/go.mod h1:EEgJie28gX/4AD71IFqgMj6e99KP5mi81hEtzmDjxTo=
200198
github.com/gruntwork-io/terratest v0.31.4 h1:wChHuyhxp5J+Jz26DWuUJiAZpZvkyUQRfrkazYcDbdk=
201199
github.com/gruntwork-io/terratest v0.31.4/go.mod h1:EEgJie28gX/4AD71IFqgMj6e99KP5mi81hEtzmDjxTo=
202200
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=

0 commit comments

Comments
 (0)