Skip to content

Conversation

@octosteve
Copy link
Collaborator

  • Update release workflow to use cli/gh-extension-precompile@v2 and read Go version from go.mod (avoids defaulting to Go 1.18, which can't parse go 1.24/toolchain).\n- Bump actions/checkout to v6 across workflows.

Copilot AI review requested due to automatic review settings January 9, 2026 21:41
@octosteve octosteve requested a review from a team as a code owner January 9, 2026 21:41
Copy link

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 fixes the release workflow to properly handle modern Go versions by upgrading to cli/gh-extension-precompile@v2 and configuring it to read the Go version from go.mod. This prevents the workflow from defaulting to Go 1.18, which cannot parse the go 1.24/toolchain syntax used in the project's go.mod file. Additionally, actions/checkout is bumped from v3 to v6 across all workflows.

  • Updated release workflow to use cli/gh-extension-precompile@v2 with go_version_file parameter
  • Bumped actions/checkout from v3 to v6 across all three workflow files

Reviewed changes

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

File Description
.github/workflows/release.yml Updates to v2 of gh-extension-precompile with go.mod version detection, and checkout v6
.github/workflows/golangci-lint.yml Updates checkout action to v6
.github/workflows/go.yml Updates checkout action to v6

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@octosteve octosteve closed this Jan 9, 2026
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