Skip to content

Bump Go to 1.26.3#1243

Merged
Soph merged 1 commit into
mainfrom
soph/bump-go-1.26.3
May 21, 2026
Merged

Bump Go to 1.26.3#1243
Soph merged 1 commit into
mainfrom
soph/bump-go-1.26.3

Conversation

@Soph
Copy link
Copy Markdown
Collaborator

@Soph Soph commented May 21, 2026

https://entire.io/gh/entireio/cli/trails/407

Summary

  • mise.toml: bump the mise-managed Go from 1.26.2 to 1.26.3.
  • .github/workflows/lint.yml: switch setup-go from go-version: 'stable' to go-version-file: go.mod so the lint job auto-tracks go.mod going forward (matches release.yml).

Test plan

  • mise run lint clean locally.
  • CI green on this PR.

🤖 Generated with Claude Code


Note

Low Risk
Low risk since changes are limited to developer tooling and CI configuration, though CI may break if the go.mod Go version isn’t kept in sync with the intended bump.

Overview
Bumps the mise-managed Go toolchain from 1.26.2 → 1.26.3.

Updates the lint GitHub Actions workflow to use actions/setup-go with go-version-file: go.mod (instead of stable) so CI automatically tracks the repo’s pinned Go version.

Reviewed by Cursor Bugbot for commit 2444301. Configure here.

@Soph Soph requested a review from a team as a code owner May 21, 2026 11:56
Copilot AI review requested due to automatic review settings May 21, 2026 11:56
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit 2444301. Configure here.

Comment thread .github/workflows/lint.yml
Copy link
Copy Markdown
Contributor

Copilot AI 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

This PR aims to bump the project’s Go toolchain patch version and make the lint GitHub Actions workflow follow the Go version declared in go.mod, aligning it with the release workflow pattern.

Changes:

  • Bump the mise-managed Go version from 1.26.2 to 1.26.3.
  • Update .github/workflows/lint.yml to use actions/setup-go with go-version-file: go.mod instead of go-version: 'stable'.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
mise.toml Updates the Go version used by mise for local tooling.
.github/workflows/lint.yml Makes the lint job’s Go version track go.mod via go-version-file.

Comment thread mise.toml
Comment thread .github/workflows/lint.yml Outdated
  - mise.toml: bump the mise-managed Go from 1.26.2 to 1.26.3 so every
    workflow that uses mise-action picks up the same version.
  - .github/workflows/lint.yml: switch setup-go from 'stable' (which
    resolves to 1.26.2 on GitHub-hosted runners, independent of mise)
    to go-version-file: go.mod. Matches release.yml's existing pattern
    and makes the lint job auto-track go.mod going forward.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Entire-Checkpoint: d1639db35d40
@Soph Soph force-pushed the soph/bump-go-1.26.3 branch from 2444301 to 7dcdf91 Compare May 21, 2026 12:13
@Soph Soph enabled auto-merge May 21, 2026 13:17
@Soph Soph disabled auto-merge May 21, 2026 13:21
@Soph Soph merged commit 944f9b3 into main May 21, 2026
11 checks passed
@Soph Soph deleted the soph/bump-go-1.26.3 branch May 21, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants