Unleash / unleash-client-go

Unleash client SDK for Go
https://docs.getunleash.io
Apache License 2.0
138 stars 55 forks source link

chore: update to supported go versions #157

Open chriswk opened 10 months ago

chriswk commented 10 months ago

Discussion

Having read https://go.dev/doc/devel/release I realised we haven't looked at our build matrix since 1.16 came out, and our go.mod is still pointing to 1.13 which was EoL 2021-02-16.

This PR bumps go.mod to 1.19 (the current oldest supported version) and updates the build matrix to 1.19, 1.20 and 1.21

gastonfournier commented 2 months ago

With this change we might be dropping support for older versions of go. Maybe something we want to do... I did test the current v4 against newer versions of go and it seems to work well: https://github.com/Unleash/unleash-client-go/pull/177