From e283318eeae872ab8f95422c774db332e70ab9a3 Mon Sep 17 00:00:00 2001 From: Shulin Jia <83986148+shulin-sq@users.noreply.github.com> Date: Thu, 13 Jun 2024 04:52:21 -0700 Subject: [PATCH] Update go.mod --- test/go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/go.mod b/test/go.mod index 829265bf..0e72ec71 100644 --- a/test/go.mod +++ b/test/go.mod @@ -1,8 +1,6 @@ module github.com/aws/aws-application-networking-k8s/test -go 1.21 - -toolchain go1.22.1 +go 1.20 replace github.com/aws/aws-application-networking-k8s => ../