From c7542a5d21a33dd2ef1baceab98c6aa19b6d0384 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Mon, 7 Dec 2020 12:32:57 +0100 Subject: [PATCH] Point docs to current golang version This is to be on par with the previous documentation. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cce277a..f36430a 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,8 @@ make GO111MODULE=on make ``` +You can find the current preferred version of Golang in the [go.mod file](go.mod). + If you are interested in contributing code to kured, please take a look at our [development][development] docs.