Skip to content

bump golang to 1.26.1#2235

Draft
Subserial wants to merge 5 commits intogoogle:mainfrom
Subserial:go-1.26
Draft

bump golang to 1.26.1#2235
Subserial wants to merge 5 commits intogoogle:mainfrom
Subserial:go-1.26

Conversation

@Subserial
Copy link
Contributor

@Subserial Subserial commented Mar 17, 2026

This PR will be updated once our CI tools are able to cover go 1.26.1.

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.74%. Comparing base (8b3c303) to head (1b822fe).
⚠️ Report is 74 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (8b3c303) and HEAD (1b822fe). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (8b3c303) HEAD (1b822fe)
2 1
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2235       +/-   ##
===========================================
- Coverage   71.67%   52.74%   -18.94%     
===========================================
  Files         123      164       +41     
  Lines        9935    11114     +1179     
===========================================
- Hits         7121     5862     -1259     
- Misses       2115     4546     +2431     
- Partials      699      706        +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.


func (l Path) path(elem ...string) string {
complete := []string{string(l)}
complete := make([]string, 0, len(elem)+1)

Check failure

Code scanning / CodeQL

Size computation for allocation may overflow

This operation, which is used in an [allocation](1), involves a [potentially large value](2) and might overflow. This operation, which is used in an [allocation](1), involves a [potentially large value](3) and might overflow. This operation, which is used in an [allocation](1), involves a [potentially large value](4) and might overflow. This operation, which is used in an [allocation](1), involves a [potentially large value](5) and might overflow. This operation, which is used in an [allocation](1), involves a [potentially large value](6) and might overflow. This operation, which is used in an [allocation](1), involves a [potentially large value](7) and might overflow. This operation, which is used in an [allocation](1), involves a [potentially large value](8) and might overflow.

func (l Path) path(elem ...string) string {
complete := []string{string(l)}
complete := make([]string, 0, len(elem)+1)

Check failure

Code scanning / CodeQL

Size computation for allocation may overflow High

This operation, which is used in an
allocation
, involves a
potentially large value
and might overflow.
This operation, which is used in an
allocation
, involves a
potentially large value
and might overflow.
This operation, which is used in an
allocation
, involves a
potentially large value
and might overflow.
This operation, which is used in an
allocation
, involves a
potentially large value
and might overflow.
This operation, which is used in an
allocation
, involves a
potentially large value
and might overflow.
This operation, which is used in an
allocation
, involves a
potentially large value
and might overflow.
This operation, which is used in an
allocation
, involves a
potentially large value
and might overflow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants