Skip to content

Commit ee49d17

Browse files
mxpvAkihiroSuda
authored andcommitted
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 <pavlenko.maksym@gmail.com> (cherry picked from commit fb28794) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent b52a0ff commit ee49d17

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

BUILDING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ This doc includes:
1414

1515
To build the `containerd` daemon, and the `ctr` simple test client, the following build system dependencies are required:
1616

17-
18-
* Go 1.23.x or above
17+
* 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.
1918
* Protoc 3.x compiler and headers (download at the [Google protobuf releases page](https://github.com/protocolbuffers/protobuf/releases))
2019
* 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.
2120

0 commit comments

Comments
 (0)