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.64k stars 955 forks source link

Update go.mod to comply with Go 1.21 toolchain syntax #4196

Closed cheyang closed 3 months ago

cheyang commented 3 months ago

Ⅰ. Describe what this PR does

This PR updates the go.mod file to specify the Go version as 1.21.10, adhering to the required 1.N.P syntax. This change ensures compatibility with Go 1.21 and prevents potential issues with go commands.

Ⅱ. Does this pull request fix one issue?

fixes #4195

Ⅲ. List the added test cases (unit test/integration test) if any, please explain if no tests are needed.

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

fluid-e2e-bot[bot] commented 3 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please ask for approval from cheyang by writing /assign @cheyang in a comment. For more information see:The Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/fluid-cloudnative/fluid/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment