-
Notifications
You must be signed in to change notification settings - Fork 82
🌱 Bump to go 1.24 and k8s 1.33 #380
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: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
💡 Verification agent
🧩 Analysis chain
Verify Go 1.24.0 availability and stability.
The version jump from Go 1.19.3 to 1.24.0 is significant. Please confirm that Go 1.24.0 is available and stable for production use.
🌐 Web query:
💡 Result:
Go version 1.24.0 is available. It was officially released on February 11, 2025, and can be downloaded from the official Go website. The release includes significant changes to the toolchain, runtime, and libraries, such as full support for generic type aliases, updates to the tool dependencies management, and various performance improvements[1][4][7][9][10].
As of the current date (July 2, 2025), the latest stable Go version is 1.24.4. This is confirmed by multiple sources, including the official Go release history and package repositories, which show 1.24.4 as the most recent stable release[4][6]. There is a 1.25 release candidate, but the stable 1.25 release is scheduled for August 2025 and is not yet available[5][8].
Summary table:
You can install Go 1.24.4 using standard package managers or download it directly from the official website[4][6].
Citations:
Update Go version to latest patch release (1.24.4).
Go 1.24.0 is officially released and stable, but the most recent patch release is 1.24.4 (June 5, 2025), which includes important bug fixes and security updates. Please bump the version accordingly:
• File: Dockerfile.build
Line: 6
🤖 Prompt for AI Agents