You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: