Skip to content

Commit

Permalink
change go minimum version in README
Browse files Browse the repository at this point in the history
Signed-off-by: Amir M. Ghazanfari <[email protected]>

Update go version

Co-authored-by: Akihiro Suda <[email protected]>
Signed-off-by: Amir M. Ghazanfari <[email protected]>
  • Loading branch information
amghazanfari and AkihiroSuda committed Sep 29, 2024
1 parent 8e03054 commit bb2bd38
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,10 @@ A third party security audit was performed by Cure53, you can see the full repor

## Building

`runc` only supports Linux. It must be built with Go version 1.21 or higher.
`runc` only supports Linux. See the header of [`go.mod`](./go mod) for the required Go version.

### Pre-Requisites

#### Go

NOTE: if building with Go 1.22.x, make sure to use 1.22.4 or a later version
(see [issue #4233](https://github.com/opencontainers/runc/issues/4233) for
more details).

#### Utilities and Libraries

In addition to Go, building `runc` requires multiple utilities and libraries to be installed on your system.
Expand Down

0 comments on commit bb2bd38

Please sign in to comment.