-
-
Notifications
You must be signed in to change notification settings - Fork 1k
build: build against Go 1.24 #1901
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
Conversation
Now it's out, we should make sure folks using the project on the newest version are still supported.
|
Hello @jamietanna when shall this go 1.24 supported version be released ? I am looking for a stable oapi-codegen version with go 1.24 support. Thanks ! |
|
Thanks for your use of |
|
Hey, |
|
@jamietanna Thanks for confirming that! |
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.
PR Overview
This PR updates CI workflows to add support for the newest Go release, version 1.24.
- Added the Go 1.24 build environment in .github/workflows/tidy.yml
- Added the Go 1.24 build environment in .github/workflows/ci.yml
- Added the Go 1.24 build environment in .github/workflows/generate.yml
- Added the Go 1.24 build environment in .github/workflows/lint.yml
Reviewed Changes
| File | Description |
|---|---|
| .github/workflows/tidy.yml | Added Go 1.24 support |
| .github/workflows/ci.yml | Added Go 1.24 support |
| .github/workflows/generate.yml | Added Go 1.24 support |
| .github/workflows/lint.yml | Added Go 1.24 support |
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
Now it's out, we should make sure folks using the project on the newest
version are still supported.