Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the Go version needed to a version that works. #272

Merged
merged 1 commit into from
Nov 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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