Skip to content

Commit

Permalink
Updated the Go version needed to a version that works. (#272)
Browse files Browse the repository at this point in the history
Fixes #271

Signed-off-by: MaxA <max_allan@hotmail.com>
  • Loading branch information
max-allan authored Nov 12, 2023
1 parent d433051 commit dd7a857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/system_config/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd7a857

Please sign in to comment.