From a71156fd0873ad914fefe997d61625bc4ea8bfd1 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Wed, 5 Mar 2025 12:41:32 +0200 Subject: [PATCH] docs: update min go version --- docs/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 1c9f637..9c0731a 100644 --- a/docs/install.md +++ b/docs/install.md @@ -16,7 +16,8 @@ To run `poold` integrated into the Lightning Terminal, download [the latest rele ### Building the binaries from source -To build both the `poold` and `pool` binaries from the source code, at least the `go 1.14` and `make` must be installed. +To build both the `poold` and `pool` binaries from the source code, at least +the `go 1.18` and `make` must be installed. To download the code, compile and install it, the following commands can then be run: