-
Couldn't load subscription status.
- Fork 1.1k
Update golang to 1.24.8 #5280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update golang to 1.24.8 #5280
Conversation
Signed-off-by: cheyang <cheyang@163.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: cheyang <cheyang@163.com>
Signed-off-by: cheyang <cheyang@163.com>
Signed-off-by: cheyang <cheyang@163.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5280 +/- ##
==========================================
- Coverage 56.70% 55.15% -1.55%
==========================================
Files 440 440
Lines 30369 30369
==========================================
- Hits 17220 16751 -469
- Misses 11537 12054 +517
+ Partials 1612 1564 -48 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: cheyang <cheyang@163.com>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the project's Go version from 1.23.7/1.23.10 to 1.24.8 across build and CI/CD configurations. It also updates the controller-gen tool from v0.14.0 to v0.19.0, with corresponding regenerated CRD definitions.
- Updates Go language version to 1.24.8 in go.mod and all CI/CD workflows
- Updates Docker base images from golang:1.23.10-bullseye to golang:1.24.8-bookworm
- Upgrades controller-gen tool to v0.19.0 and regenerates CRD manifests
Reviewed Changes
Copilot reviewed 44 out of 44 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updates Go version directive to 1.24.8 |
| docker/Dockerfile.* | Updates base image to golang:1.24.8-bookworm across all runtime Dockerfiles |
| .travis.yml, .github/workflows/*.yml, .circleci/config.yml | Updates Go version in CI/CD pipelines |
| Makefile | Updates controller-gen installation to v0.19.0 |
| config/crd/bases/.yaml, charts/fluid/fluid/crds/.yaml | Regenerated CRD definitions with controller-gen v0.19.0 |
| config/rbac/role.yaml | Consolidated RBAC rules for improved maintainability |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.



Ⅰ. Describe what this PR does
Ⅱ. Does this pull request fix one issue?
fixes #XXXX
Ⅲ. 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