frankban / quicktest

Quick helpers for testing Go applications
MIT License
529 stars 27 forks source link

Remove Go < 1.13 support, add Go 1.18 to CI #142

Closed kolyshkin closed 2 years ago

kolyshkin commented 2 years ago

This is mostly motivated by https://github.com/google/go-cmp/releases/tag/v0.5.8 release which drops support for Go < 1.13.

Go 1.13 was released 2 years and 8 months ago (03 Sep 2019), and is not supported since Go 1.15 is out, i.e. for 1 year and 9 months (since 11 Aug 2020).

Drop Go 1.11 and Go 1.12 from CI, add Go 1.18, plus a nit in gha yaml.

Closes: #139