Skip to content

fix: Add missing step ID for setup-go in release workflow#33

Merged
TsekNet merged 1 commit intomainfrom
fix-goversion
Mar 24, 2026
Merged

fix: Add missing step ID for setup-go in release workflow#33
TsekNet merged 1 commit intomainfrom
fix-goversion

Conversation

@TsekNet
Copy link
Copy Markdown
Owner

@TsekNet TsekNet commented Mar 24, 2026

Summary

  • The setup-go step in release.yml had no id, so steps.setup-go.outputs.go-version resolved to empty
  • GoReleaser's ldflags template {{.Env.GOVERSION}} failed, producing a release with 0 assets (404 on download)
  • Added id: setup-go to the step

Ref #32

Test plan

  • Merge and tag v0.0.12
  • Verify release assets are uploaded and downloadable

GOVERSION env var was empty because the setup-go step had no id,
causing GoReleaser ldflags to fail and produce a release with 0 assets.
@TsekNet TsekNet merged commit 63efec0 into main Mar 24, 2026
1 check passed
@TsekNet TsekNet deleted the fix-goversion branch March 24, 2026 23:23
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