From 5f6c0baae568377bac09ee60951a72c12740e378 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Mon, 20 May 2024 14:41:42 -0700 Subject: [PATCH] Update mimimal go version in go.mod to go1.22 --- go.mod | 2 +- test/agent/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 2a203b9655..6de048bee1 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/test/agent/go.mod b/test/agent/go.mod index db9ac45b64..f3c9d80eb6 100644 --- a/test/agent/go.mod +++ b/test/agent/go.mod @@ -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