go-kit / kit

A standard library for microservices.
https://gokit.io
MIT License
26.35k stars 2.42k forks source link

go.mod: Upgrade go min version to 1.18 #1260

Open lvjp opened 1 year ago

lvjp commented 1 year ago

This will permit to use generics in future merge requests

peterbourgon commented 1 year ago

Can we actually just make this 1.20 and 1.19?

alwismt commented 1 year ago

What about upgrade to least 1.19

lvjp commented 1 year ago

If we upgrade to 1.19, tests will work correctly but the 1.20 test will fail.

If we upgrade to 1.20, tests will also fail !

peterbourgon commented 1 year ago

Why do we think these failures are a function of the Go version?