From a8f5b6ceee4e2fa3e597207ca75c79dd26d79323 Mon Sep 17 00:00:00 2001 From: hegotit <153287866+hegotit@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:29:41 +0800 Subject: [PATCH] chore: update Go version to 1.22 --- others/script/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/others/script/go.mod b/others/script/go.mod index 6fab3d7..d009a0b 100644 --- a/others/script/go.mod +++ b/others/script/go.mod @@ -1,6 +1,6 @@ module script -go 1.20 +go 1.22 require github.com/deckarep/golang-set/v2 v2.3.0