From fec950c24d41fe6eb15707b3cb6d07afced96cbf Mon Sep 17 00:00:00 2001 From: Michal Biesek Date: Thu, 17 Aug 2023 16:18:02 +0200 Subject: [PATCH] DOCS: Update Go version requirement info Ref: 5abce03 Signed-off-by: Michal Biesek --- install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.md b/install.md index 11ea5864..faa17750 100644 --- a/install.md +++ b/install.md @@ -123,7 +123,7 @@ podman run docker://quay.io/skopeo/stable:latest copy --help Otherwise, read on for building and installing it from source: -To build the `skopeo` binary you need at least Go 1.12. +To build the `skopeo` binary you need at least Go 1.19. There are two ways to build skopeo: in a container, or locally without a container. Choose the one which better matches your needs and environment.