From 821cd8f533dfa3d9d415043259ff1e1a4b9b11c5 Mon Sep 17 00:00:00 2001 From: Stefan Zhelyazkov Date: Fri, 30 Dec 2022 22:53:29 +0200 Subject: [PATCH] Update to Go 1.19 in the README Developer Installation instructions Signed-off-by: Stefan Zhelyazkov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9b184a2d0f..e18ba444072 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ For Linux and macOS binaries see the [GitHub release assets](https://github.com/ ## Developer Installation -If you have Go 1.17+, you can setup a development environment: +If you have Go 1.19+, you can setup a development environment: $ git clone https://github.com/sigstore/cosign $ cd cosign