Skip to content

build: bump Go to 1.26.3#2230

Merged
adamdossa merged 1 commit into
developfrom
codex/bump-go-1.26.3
May 19, 2026
Merged

build: bump Go to 1.26.3#2230
adamdossa merged 1 commit into
developfrom
codex/bump-go-1.26.3

Conversation

@lucca30
Copy link
Copy Markdown
Contributor

@lucca30 lucca30 commented May 18, 2026

Summary

Bump the repository Go toolchain pins from 1.26.2 to 1.26.3 to address the govulncheck failures seen on PR #2220.

Also bumps golang.org/x/net to v0.53.0, which is the fixed version reported by govulncheck for GO-2026-4918, along with the related golang.org/x/* module floors selected by go get/go mod tidy.

Validation

  • GOTOOLCHAIN=go1.26.3 make vulncheck
  • GOTOOLCHAIN=go1.26.3 go test ./node ./p2p/... ./consensus/bor/heimdall
  • (cd cmd/keeper && GOTOOLCHAIN=go1.26.3 go test ./...)
  • git diff --check

Note: GOTOOLCHAIN=go1.26.3 go test ./cmd/devp2p/internal/ethtest -count=1 still panics in miner.(*worker).newWorkLoop; the same command reproduces on clean origin/develop, so it is not introduced by this PR.

@sonarqubecloud
Copy link
Copy Markdown

@socket-security
Copy link
Copy Markdown

@lucca30 lucca30 marked this pull request as ready for review May 18, 2026 18:59
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@lucca30 lucca30 changed the title [codex] build: bump Go to 1.26.3 build: bump Go to 1.26.3 May 18, 2026
@claude
Copy link
Copy Markdown

claude Bot commented May 18, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.36%. Comparing base (4f41075) to head (d2756da).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2230   +/-   ##
========================================
  Coverage    52.36%   52.36%           
========================================
  Files          885      885           
  Lines       155904   155904           
========================================
  Hits         81643    81643           
- Misses       69020    69029    +9     
+ Partials      5241     5232    -9     

see 18 files with indirect coverage changes
see 18 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@adamdossa adamdossa requested a review from pratikspatil024 May 19, 2026 14:09
@adamdossa adamdossa merged commit dd31af6 into develop May 19, 2026
26 checks passed
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.

3 participants