From 0f54c2616f07ec31c6e79838b6af4a6bbae6c223 Mon Sep 17 00:00:00 2001 From: Atharva Shinde Date: Thu, 25 Jun 2026 13:44:31 +0530 Subject: [PATCH] Update Go directive to be consistent with ART for 4.18 Signed-off-by: Atharva Shinde --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9ed49a614..b9d7b9387 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module gopkg.in/k8snetworkplumbingwg/multus-cni.v4 -go 1.21 +go 1.22 require ( github.com/blang/semver v3.5.1+incompatible