From 9acb57ffaa48b6900ff983bf824b5c981af9a05f Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 29 Aug 2024 14:53:51 +0200 Subject: [PATCH] docs/installation/index.md: golang v1.21 or later is now required --- 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 6f5e8b6..51fa8ec 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.20` or later to compile the source. +You will need golang version `1.21` or later to compile the source. #### Compile using make