Upgrade Go version from 1.23.7 to 1.24.0 #29
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Summary
Upgrades the GitHub MCP Server from Go 1.23.7 to Go 1.24.0, aligning both the module version and Docker base image for consistency.
Changes
1.23.7to1.24.0golang:1.24.4-alpinetogolang:1.24.0-alpinefor version consistencyVerification Completed
✅ Unit Tests: All packages pass (
./script/test)✅ Linting: 0 issues found (
./script/lint)✅ Binary Build: Successfully creates 18.8MB executable with proper help output
✅ Docker Build: Image builds successfully with Go 1.24.0
✅ Dependencies:
go mod tidycompletes without conflictsReview Focus Areas
golang:1.24.4-alpinetogolang:1.24.0-alpinefor consistency with go.mod. Please verify if 1.24.4 was chosen for specific bug fixes/security patches that we should retain.🔍 CI Pipeline: Most workflows use
go-version-file: "go.mod"so they'll automatically pick up Go 1.24.0. Monitor that all CI checks pass.🧪 E2E Tests: Local e2e tests weren't run due to environment requirements (
GITHUB_MCP_SERVER_E2E_TOKEN). Consider if these should be executed before merge.Tradeoffs
Link to Devin run: https://app.devin.ai/sessions/8b75966d44254e0b842f2212c6a08fda
Requested by: @jakexcosme