From 9fda724cc5c4d19008d6874577dabf5d8069f7da Mon Sep 17 00:00:00 2001 From: voluntas Date: Wed, 7 Feb 2024 10:17:25 +0900 Subject: [PATCH] =?UTF-8?q?go-1.22=20=E3=81=AB=E4=B8=8A=E3=81=92=E3=81=A6?= =?UTF-8?q?=E3=81=BF=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8575225..955a313 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/shiguredo/suzu -go 1.21.6 +go 1.22.0 require ( cloud.google.com/go/speech v1.21.1