From 43ab2242801b15e948b424ba7f5ee9327add942f Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 13 Feb 2025 07:00:56 -0800 Subject: [PATCH] content: Bump minimum required Go version to 1.23.0 --- content/en/installation/_common/04-build-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/installation/_common/04-build-from-source.md b/content/en/installation/_common/04-build-from-source.md index b3039d18a..3ce245f4a 100644 --- a/content/en/installation/_common/04-build-from-source.md +++ b/content/en/installation/_common/04-build-from-source.md @@ -7,7 +7,7 @@ _comment: Do not remove front matter. To build the extended or extended/deploy edition from source you must: 1. Install [Git] -1. Install [Go] version 1.20 or later +1. Install [Go] version 1.23.0 or later 1. Install a C compiler, either [GCC] or [Clang] 1. Update your `PATH` environment variable as described in the [Go documentation]