fluid-cloudnative / fluid

Fluid, elastic data abstraction and acceleration for BigData/AI applications in cloud. (Project under CNCF)
https://fluid-cloudnative.github.io/
Apache License 2.0
1.58k stars 949 forks source link

[BUG] Incompatibility with Go 1.21 Toolchain Syntax #4195

Closed cheyang closed 5 days ago

cheyang commented 5 days ago

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