build(go): bump to 1.26.3#11850
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Go toolchain target to Go 1.26.3 and tidies go.mod dependency declarations to keep requirements organized for the build and module graph.
Changes:
- Bump
godirective from1.26.1to1.26.3. - Move
github.com/hashicorp/go-version v1.9.0into the mainrequire (...)block (removing the standalonerequire).
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11850 +/- ##
=======================================
Coverage 51.38% 51.39%
=======================================
Files 716 716
Lines 45106 45106
=======================================
+ Hits 23178 23182 +4
+ Misses 19725 19723 -2
+ Partials 2203 2201 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fc582d5 to
87dc0fb
Compare
Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
87dc0fb to
8d2e564
Compare
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
bump go to the latest one
Type of change
Contributor checklist
Please verify that the PR meets the following requirements, where applicable:
eng/design-notes/in this repository, if new APIs are being introduced.