From f6c29a211f86ade35433f904f40b30ada5201277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wa=C5=9B?= Date: Mon, 19 Aug 2024 11:58:07 +0200 Subject: [PATCH] Fix minimum required Go version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 545c870..6f692bc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Trino, and receive the resulting data. ## Requirements -* Go 1.17 or newer +* Go 1.21 or newer * Trino 372 or newer ## Installation