Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Comments

Go: Remove toolchain directive fromgo/extractor/go.mod#21307

Open
owen-mc wants to merge 1 commit intogithub:mainfrom
owen-mc:go/remove-toolchain-directive
Open

Go: Remove toolchain directive fromgo/extractor/go.mod#21307
owen-mc wants to merge 1 commit intogithub:mainfrom
owen-mc:go/remove-toolchain-directive

Conversation

@owen-mc
Copy link
Contributor

@owen-mcowen-mc commentedFeb 11, 2026
edited
Loading

Currently the toolchain directive (toolchain go1.26.0) has no effect, but when the next patch release 1.26.1 comes out I think it will actually keep us using 1.26.0. I have a plan to make sure we always use the latest patch release for the language version specified in the go directive (go 1.26), and it requires that this toolchain directive is removed.

@owen-mcowen-mc requested a review froma team as acode ownerFebruary 11, 2026 10:23
CopilotAI review requested due to automatic review settingsFebruary 11, 2026 10:23
@owen-mcowen-mc requested a review froma team as acode ownerFebruary 11, 2026 10:23
@owen-mcowen-mc added the no-change-note-requiredThis PR does not need a change note labelFeb 11, 2026
Copy link
Contributor

CopilotAI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Removes the Gotoolchain directive fromgo/extractor/go.mod to avoid pinning the extractor module to a specific patch version, aligning with the goal of always using the latest patch release for thego 1.26 directive.

Changes:

  • Removetoolchain go1.26.0 fromgo/extractor/go.mod.

@owen-mcowen-mc requested a review frommbgFebruary 11, 2026 10:35
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

Copilot code reviewCopilotCopilot left review comments

@mbgmbgAwaiting requested review from mbg

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

Gono-change-note-requiredThis PR does not need a change note

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@owen-mc

[8]ページ先頭

©2009-2026 Movatter.jp