Skip to content

Commit 84529ba

Browse files
authored
Merge pull request #4416 from amghazanfari/change_version
change go minimum version in README
2 parents db25439 + bb2bd38 commit 84529ba

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,10 @@ A third party security audit was performed by Cure53, you can see the full repor
2727

2828
## Building
2929

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

3232
### Pre-Requisites
3333

34-
#### Go
35-
36-
NOTE: if building with Go 1.22.x, make sure to use 1.22.4 or a later version
37-
(see [issue #4233](https://github.com/opencontainers/runc/issues/4233) for
38-
more details).
39-
4034
#### Utilities and Libraries
4135

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

0 commit comments

Comments
 (0)