From 7e310a3520d6f862caacfa00860245455f7caca8 Mon Sep 17 00:00:00 2001 From: zty98751 Date: Wed, 26 Mar 2025 21:53:28 +0800 Subject: [PATCH] update gomod in hgctl --- hgctl/go.mod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hgctl/go.mod b/hgctl/go.mod index 237b5d654..4aceba0dd 100644 --- a/hgctl/go.mod +++ b/hgctl/go.mod @@ -1,9 +1,8 @@ module github.com/alibaba/higress/hgctl -go 1.21.0 - -toolchain go1.22.2 +go 1.22.2 +toolchain go1.23.7 replace github.com/spf13/viper => github.com/istio/viper v1.3.3-0.20190515210538-2789fed3109c