sigstore / cosign

Code signing and transparency for containers and binaries
Apache License 2.0
4.24k stars 507 forks source link

go 1.22 is required for developers, not go 1.19 #3763

Closed bminahan73 closed 5 days ago

bminahan73 commented 5 days ago

Description

go 1.22 is called out in go.mod, and since toolchain is included, this requires the new go version that supports toolchains. README calls out go1.19+ which is now incorrect.

bminahan73 commented 5 days ago

PR for this tiny fix: https://github.com/sigstore/cosign/pull/3764