From 7743393c58bd72e08483c79b6802cb050152cc7e Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 22 Jan 2024 14:27:03 +0100 Subject: [PATCH] docs/installation/index.md: Update go version. --- docs/installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/index.md b/docs/installation/index.md index e630a41..75c5c0c 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -31,7 +31,7 @@ Using curl command above, the files are extracted into the `thalos` subdirectory ### Compiling from source -You will need golang version `1.18` or later to compile the source. +You will need golang version `1.20` or later to compile the source. #### Compile using make