cncf / cncf-fuzzing

✨🔐 CNCF Fuzzers
https://cncf.io/projects
Apache License 2.0
111 stars 41 forks source link

Bump go version in distribution project. #469

Closed milosgajdos closed 6 months ago

milosgajdos commented 6 months ago

distribution/distribution project no longer supports Go versions < 1.20.

Deprecating support for the old version of Go runtimes started causing the following fuzzing failures:

"go: go.mod file indicates go 1.21, but maximum version supported by tidy is 1.20"

This PR bumps the Go version to the oldest supported version by the distribution project.