From 3fc5802d1114c93e88f26e5879cd14122083f372 Mon Sep 17 00:00:00 2001 From: yanggang Date: Thu, 17 Nov 2022 20:42:22 +0800 Subject: [PATCH] gotestsum match go version 1.19 Signed-off-by: yanggang --- script/setup/install-gotestsum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup/install-gotestsum b/script/setup/install-gotestsum index 5aa513931..6a5668b38 100755 --- a/script/setup/install-gotestsum +++ b/script/setup/install-gotestsum @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -GO111MODULE=on go install gotest.tools/gotestsum@v1.7.0 +GO111MODULE=on go install gotest.tools/gotestsum@v1.8.2