feat: Require Go 1.26 and use new(expr) for pointer literals - #4481
feat: Require Go 1.26 and use new(expr) for pointer literals#4481ajayk wants to merge 2 commits into
Conversation
Bump go.mod to 1.26 per the N-1 support policy (Go 1.27 is current) and replace Ptr() with the new(v) builtin across tests.
|
@ajayk - please read step 4 of CONTRIBUTING.md and run the scripts locally to fix all test and linter errors, then push the changes to this PR before we can proceed. |
Bump go.mod to 1.26 per the N-1 support policy (Go 1.27 is current) and replace Ptr() with the new(v) builtin across tests.
addressed them sorry about this ! |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4481 +/- ##
==========================================
- Coverage 98.51% 98.51% -0.01%
==========================================
Files 195 195
Lines 17691 17685 -6
==========================================
- Hits 17429 17423 -6
Misses 262 262 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
I'm surprised the the Codecov report actually dropped in with this PR, but the bulk of the changes are for deprecated functions that are fixed with |
Bump go.mod to 1.26 per the N-1 support policy (Go 1.27 is current) and replace Ptr() with the new(v) builtin across tests.