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 11, 2024
1 parent 5a6a15b commit 736e7a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 test/suites/scale/deprovisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ var _ = Describe("Deprovisioning", Label(debug.NoWatch), Label(debug.NoEvents),
}, SpecTimeout(time.Hour))
})
Context("Interruption", func() {
It("should interrupt all nodes due to scheduledChange", func(_ context.Context) {
FIt("should interrupt all nodes due to scheduledChange", func(_ context.Context) {
replicasPerNode := 20
maxPodDensity := replicasPerNode + dsCount
expectedNodeCount := 200
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 736e7a4

Please sign in to comment.