From 19864b14750a6093baa0d67ef5c72edea4276f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:13:33 +0900 Subject: [PATCH] chore: downgrade comp. to 1.18 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 448bcc4..a35aacb 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/fumiama/slowdo -go 1.22.1 +go 1.18