From c0f448d58a15f3f7ee69031f49af0f2179047b1c Mon Sep 17 00:00:00 2001 From: MaxA Date: Sun, 12 Nov 2023 15:19:20 +0000 Subject: [PATCH] Updated the Go version needed to a version that works. Fixes #271 Signed-off-by: MaxA --- content/en/system_config/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/system_config/installation.md b/content/en/system_config/installation.md index dcd44e90..309f26be 100644 --- a/content/en/system_config/installation.md +++ b/content/en/system_config/installation.md @@ -5,9 +5,9 @@ title: Installation weight: 950 --- -## With Go 1.19+ +## With Go 1.20+ -If you have Go 1.19+, you can directly install Cosign by downloading the Cosign binary and running: +If you have Go 1.20+, you can directly install Cosign by running: ```bash go install github.com/sigstore/cosign/v2/cmd/cosign@latest