Skip to content

Commit

Permalink
update remaining go mods
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdeal committed Mar 12, 2024
1 parent 5a6a15b commit 8b5090f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/hack/resource/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/aws/karpenter-provider-aws/test/hack/resource

go 1.21
go 1.22

require (
github.com/aws/aws-sdk-go-v2 v1.22.1
Expand Down
2 changes: 1 addition & 1 deletion test/hack/soak/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/aws/karpenter/test/hack/soak

go 1.21
go 1.22

require (
github.com/aws/aws-sdk-go v1.47.9
Expand Down
2 changes: 1 addition & 1 deletion website/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/aws/karpenter-provider-aws/website

go 1.21
go 1.22

require (
github.com/google/docsy v0.6.0 // indirect
Expand Down

0 comments on commit 8b5090f

Please sign in to comment.