Skip to content

Commit

Permalink
Merge pull request #768 from ndbaker1/update
Browse files Browse the repository at this point in the history
Bump go minor version
  • Loading branch information
k8s-ci-robot authored Oct 21, 2024
2 parents 19ba0b7 + 1d13cf1 commit d018f8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.5
1.22.7
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/aws-iam-authenticator

go 1.22.5
go 1.22.7

require (
github.com/aws/aws-sdk-go v1.54.6
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/aws-iam-authenticator/tests/e2e

go 1.22.2
go 1.22.7

require (
github.com/onsi/ginkgo/v2 v2.19.0
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/aws-iam-authenticator/tests/integration

go 1.22.5
go 1.22.7

require (
github.com/aws/aws-sdk-go v1.54.6
Expand Down

0 comments on commit d018f8c

Please sign in to comment.