Skip to content

fix(ci): bump Go version in release workflow to 1.26.0#29

Merged
trakhimenok merged 2 commits intomainfrom
copilot/fix-release-workflow-issue
Mar 3, 2026
Merged

fix(ci): bump Go version in release workflow to 1.26.0#29
trakhimenok merged 2 commits intomainfrom
copilot/fix-release-workflow-issue

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 3, 2026

Release workflow was failing because go.mod declares go 1.26.0 but all four build jobs in release.yml were installing Go 1.24.1, causing goreleaser to abort immediately:

⨯ release failed after 0s  error=exit status 1  message=hook failed: command failed cmd=go
output=go: go.mod requires go >= 1.26.0 (running go 1.24.1; GOTOOLCHAIN=local)

Changes

  • .github/workflows/release.yml — updated go-version from "1.24.1""1.26.0" in all four jobs: build-linux, build-windows, publish-homebrew, publish-snap
Original prompt

Last release workflow failed. Find root cause and try to fix


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

go.mod requires go >= 1.26.0, but the release workflow was using 1.24.1
causing goreleaser to fail with: `go: go.mod requires go >= 1.26.0
(running go 1.24.1; GOTOOLCHAIN=local)`

Updated all four jobs in release.yml to use go-version: "1.26.0".

Co-authored-by: trakhimenok <533159+trakhimenok@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix root cause of last release workflow failure fix(ci): bump Go version in release workflow to 1.26.0 Mar 3, 2026
@trakhimenok trakhimenok marked this pull request as ready for review March 3, 2026 10:24
@trakhimenok trakhimenok merged commit 9be9a9f into main Mar 3, 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