Skip to content

Commit

Permalink
Update mimimal go version in go.mod to go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
orsenthil committed May 20, 2024
1 parent 4c1b162 commit 5f6c0ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/aws/amazon-vpc-cni-k8s

go 1.21
go 1.22

require (
github.com/apparentlymart/go-cidr v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion test/agent/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/aws/amazon-vpc-cni-k8s/test/agent

go 1.21
go 1.22

require (
github.com/coreos/go-iptables v0.7.0
Expand Down

0 comments on commit 5f6c0ba

Please sign in to comment.