Skip to content

Comments

chore(ci): upgrade Go 1.25 to 1.26#235

Merged
AnnatarHe merged 1 commit intomainfrom
chore/upgrade-go-1.26
Feb 15, 2026
Merged

chore(ci): upgrade Go 1.25 to 1.26#235
AnnatarHe merged 1 commit intomainfrom
chore/upgrade-go-1.26

Conversation

@AnnatarHe
Copy link
Contributor

@AnnatarHe AnnatarHe commented Feb 15, 2026

Summary

  • Bump Go version from 1.25 to 1.26 in go.mod, CI workflows (pr-check.yaml, release.yaml), and CLAUDE.md
  • Go 1.26 brings Green Tea GC (10-40% less GC overhead), ~30% faster cgo calls, and new stdlib packages
  • No breaking changes; go mod tidy ran cleanly with no dependency changes

Test plan

  • CI passes with Go 1.26
  • go vet ./... passes (pre-existing warning in cmd/cli/main.go unrelated)
  • go test ./... passes

🤖 Generated with Claude Code


Open with Devin

Bump Go version across go.mod, CI workflows, and docs to leverage
Go 1.26 improvements (Green Tea GC, faster cgo, new stdlib packages).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@AnnatarHe AnnatarHe merged commit 53761d1 into main Feb 15, 2026
2 checks passed
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @AnnatarHe, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on a routine maintenance task: upgrading the project's Go language version. The update from Go 1.25 to 1.26 incorporates performance enhancements like Green Tea GC and faster cgo calls, along with new standard library packages, without introducing any breaking changes or dependency modifications. This ensures the project benefits from the latest Go improvements while maintaining stability.

Highlights

  • Go Version Upgrade: The Go language version has been upgraded from 1.25 to 1.26 in the go.mod file, aligning the project with the latest Go release.
  • Documentation Update: The CLAUDE.md documentation has been updated to reflect the new Go 1.26+ requirement for development.
Changelog
  • CLAUDE.md
    • Updated the required Go version from 1.25+ to 1.26+
  • go.mod
    • Bumped the Go language version from 1.25 to 1.26
Ignored Files
  • Ignored by pattern: .github/workflows/** (2)
    • .github/workflows/pr-check.yaml
    • .github/workflows/release.yaml
Activity
  • No specific activity (comments, reviews, etc.) has been provided for this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@AnnatarHe AnnatarHe deleted the chore/upgrade-go-1.26 branch February 15, 2026 14:21
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request upgrades the Go version from 1.25 to 1.26. The changes in go.mod and CLAUDE.md correctly reflect this update. The modifications are straightforward and align with the stated goal of the pull request. The changes look good.

Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@codecov
Copy link

codecov bot commented Feb 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
unittests 37.53% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 3 files with indirect coverage changes

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

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.

1 participant