From 064241d3833f30d767938528d3c49ec29e5a7332 Mon Sep 17 00:00:00 2001 From: junya koyama Date: Wed, 3 Apr 2024 07:30:05 +0900 Subject: [PATCH] fix: run go mod tidy, upgrade tools. Signed-off-by: junya koyama --- zapgrpc/internal/test/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zapgrpc/internal/test/go.mod b/zapgrpc/internal/test/go.mod index 011bbede3..ea95417f7 100644 --- a/zapgrpc/internal/test/go.mod +++ b/zapgrpc/internal/test/go.mod @@ -1,6 +1,6 @@ module go.uber.org/zap/zapgrpc/internal/test -go 1.17 +go 1.21 require ( github.com/stretchr/testify v1.8.1