From fb28794f41897c9751fe19d0efb683c8721891d5 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Sat, 30 Aug 2025 13:55:33 -0700 Subject: [PATCH] Update Go requirements in BUILDING Updates BUILDING.md to specify that the project supports the two most recent major Go versions, rather than hardcoding "1.22.x or above" (as we don't support 1.22). This ensures the documentation doesn't become outdated when new Go versions are released. Signed-off-by: Maksym Pavlenko --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 0c6d5b747824..ff7edde52e78 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -25,7 +25,7 @@ A codespace will open in a web-based version of Visual Studio Code. The [dev con To build the `containerd` daemon, and the `ctr` simple test client, the following build system dependencies are required: -* Go 1.22.x or above +* Go compiler (download from https://go.dev/dl/). The two most recent major Go versions are supported. For example, if Go 1.25 is the latest, then 1.25 and 1.24 are supported. * Protoc 3.x compiler and headers (download at the [Google protobuf releases page](https://github.com/protocolbuffers/protobuf/releases)) * Btrfs headers and libraries for your distribution. Note that building the btrfs driver can be disabled via the build tag `no_btrfs`, removing this dependency.