gomodule / redigo

Go client for Redis
Apache License 2.0
9.76k stars 1.25k forks source link

fix: bump go version to 1.17 #666

Closed stevenh closed 9 months ago

stevenh commented 9 months ago

Due to our test dependency requiring 1.17 minimum and the 1.16 being well out of support, currently only 1.21 and 1.22 are support releases, bump our required go version to 1.16.

Fixes #665