chore: bump golang to 1.27.1 - #9939
Conversation
Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com> Signed-off-by: Huabing (Robin) Zhao <huabing@tetrate.io>
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
💡 Codex Review
https://github.com/envoyproxy/gateway/blob/30455ef665e490fe3ac876408cc8c3b15c29f95c/tools/benchmark-dashboard-sync#L1
Remove the checked-in host binary
This version-only change also adds a 9.8 MB Mach-O arm64 executable built from tools/src/benchmark-dashboard-sync, including host-specific /Users/... build paths. It is an opaque local build artifact that cannot run on Linux CI or most contributor machines, permanently bloats every clone, and duplicates the supported source-based entry point in tools/src/benchmark-dashboard-sync/sync.sh; remove it from the commit and consider ignoring the output path.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9939 +/- ##
==========================================
- Coverage 81.31% 81.30% -0.02%
==========================================
Files 263 263
Lines 40870 40870
==========================================
- Hits 33233 33228 -5
- Misses 7637 7642 +5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Bumps the Go toolchain to 1.27.1 across all go.mod files and the pinned
golangbuilder image in the example Dockerfiles.