From 766a4395c7f65bb8d1554e7605b2455654ea3222 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Mon, 29 Nov 2021 20:32:14 +0100 Subject: [PATCH] Be a bit more precise with Go version. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd4f422..374ae0f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Setup -- A new version of **Go** should be installed. [Go installation](https://go.dev/doc/install) +- A recent version of **Go** (1.17+) should be installed. [Go installation](https://go.dev/doc/install) - Clone the repository `git clone https://github.com/csaf-poc/csaf_distribution.git ` @@ -16,4 +16,4 @@ ``` - [Install](http://nginx.org/en/docs/install.html) **nginx** -- To configure nginx see [docs/provider-setup.md](docs/provider-setup.md) \ No newline at end of file +- To configure nginx see [docs/provider-setup.md](docs/provider-setup.md)