Skip to content

Commit 0b3dbbf

Browse files
Merge pull request #426 from Amirali-Amirifar/patch-1
Update minimum required go version in installation.md
2 parents 1c2d653 + d6d39b0 commit 0b3dbbf

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
@@ -445,7 +445,7 @@ This will mainly affect Debian, Ubuntu, and related distributions, or RHEL where
445445

446446
#### golang
447447

448-
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.
448+
Be careful to double-check that the version of golang is new enough (i.e. `go version`), as of August 2025 version is 1.23.x or higher is required.
449449
The current minimum required version can always be found in the [go.mod](https://github.com/containers/podman/blob/main/go.mod) file.
450450
If needed, golang kits are available at https://golang.org/dl/. Alternatively, go can be built from source as follows
451451
(it's helpful to leave the system-go installed, to avoid having to [bootstrap go](https://golang.org/doc/install/source):
@@ -510,7 +510,7 @@ apt-get install -y \
510510

511511
### Get Source Code
512512

513-
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:
513+
First, ensure that the `go version` that is found first on the $PATH is 1.23.x or higher. Instruction [above](#golang) will help you compile newer version of Go if needed. Then we can build Podman:
514514

515515
```bash
516516
git clone https://github.com/containers/podman/

0 commit comments

Comments
 (0)