From 2d90392d974facd5494b2a36d352792ebc2b05ce Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 28 Aug 2026 14:10:04 +0200 Subject: [PATCH] bump required golang version to 1.26 --- 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 51fa8ec..5cad5e7 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.21` or later to compile the source. +You will need golang version `1.26` or later to compile the source. #### Compile using make