From: Sergey Matveev Date: Mon, 14 Aug 2023 10:51:33 +0000 (+0300) Subject: Use modern Go X-Git-Tag: v1.10.0^0 X-Git-Url: http://www.git.cypherpunks.ru/?p=goircd.git;a=commitdiff_plain;h=ecd0a85ed4883aab1ca80c5843f3240a34bf675e Use modern Go --- diff --git a/go.mod b/go.mod index 81844e6..d730ce9 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module go.cypherpunks.ru/goircd -go 1.17 +go 1.20