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.
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.