creativecreature / sturdyc

A caching library with advanced concurrency features designed to make I/O heavy applications robust and highly performant
MIT License
331 stars 11 forks source link

build: downgrade go => 1.21 #19

Closed novadev94 closed 2 weeks ago

novadev94 commented 2 weeks ago

sturdyc doesn't require any Go 1.22 features. So I think it's better to lower the Go version requirement.

And since built-in max is used, 1.21 is the lowest supported version.