From dd7a8572153c27f34ef84265c66b2fd1a28931cf Mon Sep 17 00:00:00 2001 From: max-allan Date: Sun, 12 Nov 2023 16:43:29 +0000 Subject: [PATCH] Updated the Go version needed to a version that works. (#272) 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