Skip to content

Include golang 1.20.7 in the e2e gdk image

Mark Lapierre requested to merge ml-include-latest-golang-in-e2e-gdk-image into master

What does this MR do and why?

As noted in &11186 (closed) go 1.20.7 adds a limit to the maximum RSA key size. This adds go 1.20.7 as an alternative to 1.20.5 so that builds that specify 1.20 aren't immediately upgraded. This will let us run the e2e tests (which include some TLS tests) without causing unexpected failures.

Checklist

Edited by Mark Lapierre

Merge request reports