feat: Update generated client#133
Conversation
There was a problem hiding this comment.
Pull Request Overview
Updates the generated Strava API client with Go version changes and a documentation fix. The PR upgrades Go from version 1.24 to 1.25 and corrects a grammar issue in API documentation.
- Updates Go version from 1.24 to 1.25 across configuration files
- Fixes grammar error in club retrieval API documentation
- Synchronizes generated client code with updated documentation
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| internal/gen/strava-api-go/client/clubs/clubs_client.go | Updates generated client comment to fix grammar |
| go.mod | Updates Go version from 1.24.0 to 1.25 |
| docs/swagger.json | Fixes grammar in API description for club retrieval endpoint |
| Makefile | Updates GOVERSION variable from 1.24 to 1.25 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
No description provided.