go-gorm / sharding

High performance table sharding plugin for Gorm.
MIT License
255 stars 48 forks source link

Question about the requirement of go version #130

Open zhaojames0707 opened 10 months ago

zhaojames0707 commented 10 months ago

Your Question

In the latest release v0.6.0, the go version requirement in go.mod was upgraded from 1.20 to 1.21. According to the release note of go 1.21, the go version in go.mod is now a strict minimum requirement, which means that in order to use this module, users need to upgrade their go version to 1.21. This may cause some concerns, since go 1.21 was just released a month ago. My question is that could we downgrade the go version of go.mod?

The document you expected this should be explained

Expected answer