From 99cf30f6605495234688ffd1c4c679ac61434d08 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Mon, 5 Jun 2023 10:26:31 +0200 Subject: [PATCH] We need at least Go 1.20 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e32a79..4b94dd3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Download the binaries from the most recent release assets on Github. ### Build from sources -- A recent version of **Go** (1.19.1+) should be installed. [Go installation](https://go.dev/doc/install) +- A recent version of **Go** (1.20+) should be installed. [Go installation](https://go.dev/doc/install) - Clone the repository `git clone https://github.com/csaf-poc/csaf_distribution.git `