[BUG] Incompatibility with Go 1.21 Toolchain Syntax
cheyang opened this issue · 0 comments
cheyang commented
What is your environment(Kubernetes version, Fluid version, etc.)
Describe the bug
As of Go 1.21, toolchain versions must adhere to the 1.N.P syntax. The current version specified in the go.mod file does not comply with this syntax and lacks an additional toolchain directive. This inconsistency may cause some go commands to fail.
What you expect to happen:
How to reproduce it
Additional Information