Skip to content

Commit bf26e4f

Browse files
authored
Update go version requirement to 1.21.x in docs
1 parent c20fe14 commit bf26e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ This will mainly affect Debian, Ubuntu, and related distributions, or RHEL where
457457

458458
#### golang
459459

460-
Be careful to double-check that the version of golang is new enough (i.e. `go version`), as of January 2022 version is 1.16.x or higher is required.
460+
Be careful to double-check that the version of golang is new enough (i.e. `go version`), as of May 2024 version is 1.21.x or higher is required.
461461
The current minimum required version can always be found in the [go.mod](https://github.com/containers/podman/blob/main/go.mod) file.
462462
If needed, golang kits are available at https://golang.org/dl/. Alternatively, go can be built from source as follows
463463
(it's helpful to leave the system-go installed, to avoid having to [bootstrap go](https://golang.org/doc/install/source):
@@ -522,7 +522,7 @@ apt-get install -y \
522522

523523
### Get Source Code
524524

525-
First, ensure that the `go version` that is found first on the $PATH is 1.16.x or higher. Instruction [above](#golang) will help you compile newer version of Go if needed. Then we can build Podman:
525+
First, ensure that the `go version` that is found first on the $PATH is 1.21.x or higher. Instruction [above](#golang) will help you compile newer version of Go if needed. Then we can build Podman:
526526

527527
```bash
528528
git clone https://github.com/containers/podman/

0 commit comments

Comments
 (0)