-
Notifications
You must be signed in to change notification settings - Fork 3.8k
ci: bump Go 1.24.9, 1.25.3 #12464
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
ci: bump Go 1.24.9, 1.25.3 #12464
Conversation
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 Go version from 1.24.8 to 1.24.9 across all CI and development environment configuration files to incorporate security fixes in the crypto/x509 package.
- Updates Go version to 1.24.9 in CI workflows and development environments
- Updates Go 1.25.2 to 1.25.3 in the CI matrix
- Ensures consistent Go version usage across all build and development tooling
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| script/setup/prepare_env_windows.ps1 | Updates Go version in Windows setup script |
| contrib/fuzz/oss_fuzz_build.sh | Updates Go download URLs and tar extraction for fuzzing builds |
| contrib/Dockerfile.test | Updates Go version argument in test Dockerfile |
| Vagrantfile | Updates default Go version for Vagrant provisioning |
| .github/workflows/release.yml | Updates Go version environment variable for release workflow |
| .github/workflows/ci.yml | Updates Go version matrix from 1.24.8/1.25.2 to 1.24.9/1.25.3 |
| .github/workflows/api-release.yml | Updates Go version environment variable for API release workflow |
| .github/actions/install-go/action.yml | Updates default Go version in reusable action |
| .devcontainer/devcontainer.json | Updates Go version in development container configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
akhilerm
left a comment
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.
Can you update the commit message description since we are updating 1.25.2 to 1.25.3 also in CI
Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
9855965 to
acbaa8a
Compare
|
/cherry-pick release/2.1 |
|
@austinvazquez: #12464 failed to apply on top of branch "release/2.1": DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This change bumps the golang version used in CI to Go 1.24.9.
full diff: golang/go@go1.24.8...go1.24.9