From 943dcecfb2c0ae37ae4eac6d51bf67a4c158cbfb Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Fri, 16 Aug 2024 03:37:44 +0300 Subject: [PATCH] Trying to manually lessen Go version requirement for CI. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3bb04a1..4da414d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module telegram-ollama-reply-bot -go 1.22.3 +go 1.22.1 toolchain go1.22.5