From cfc9395fc82f552e470682eb88ced6b45c5ed5e6 Mon Sep 17 00:00:00 2001 From: gjahn <gregor.jahn@bht-berlin.de> Date: Tue, 16 Jan 2024 17:18:16 +0100 Subject: [PATCH] Required Go toolchain version is noe referred to in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acd5e85..5e4ffd3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ or even used the project work. #### Prerequisites: -* Go toolchain (install via system package manager or [by hand](https://go.dev/doc/install)) +* minimal [required version](./go.mod#L3) of the Go toolchain (install via + system package manager or [by hand](https://go.dev/doc/install)) * [optional] [Redis](https://redis.io/docs/install/) to persist state -- GitLab