tsuna / gohbase

Pure-Go HBase client
Apache License 2.0
737 stars 214 forks source link

Version is too high #236

Closed boruns closed 1 year ago

boruns commented 1 year ago

Does it depend on a lower version of go? The current version 1.18 is too high for my project and I cannot use it.

boruns commented 1 year ago

my version is 1.15。

dethi commented 1 year ago

We have at least one dependency using generics, so 1.18 is the minimum version required. In general, like most Go library maintainers, we only aim to support the officially supported Go versions, i.e. Each major Go release is supported until there are two newer major releases [1].

If you absolutely don't care about bug fixes, you can use any gohbase commits prior to this commit.

[1] https://go.dev/doc/devel/release