Skip to content

fix(build): correct goreleaser build flags - #86

Merged
umatare5 merged 2 commits into
mainfrom
fix/goreleaser-build-flags
Apr 29, 2026
Merged

fix(build): correct goreleaser build flags#86
umatare5 merged 2 commits into
mainfrom
fix/goreleaser-build-flags

Conversation

@umatare5

Copy link
Copy Markdown
Owner

Changes

  • Replace invalid gcflags/asmflags with proper flags option in .goreleaser.yml
  • Fix incompatibility with Go 1.25 assembler which rejects -trimpath in asmflags
  • Add line break after badge row in README for improved layout

Details

Go 1.25 introduced stricter validation in the assembler, causing builds to fail when -trimpath was specified in asmflags. This PR consolidates build flags into the flags option to resolve the issue.

Commits

  • b81f5ab fix(build): correct goreleaser build flags
  • 4494946 style(docs): add line break after badge row

Replace invalid gcflags/asmflags with proper flags option.
Go 1.25 assembler rejects -trimpath in asmflags.

Signed-off-by: umatare5 <umatare5@gmail.com>
AI-assisted-by: GitHub Copilot Coding Agent
Improve README layout by separating badge rows.

Signed-off-by: umatare5 <umatare5@gmail.com>
AI-assisted-by: GitHub Copilot Coding Agent
@umatare5
umatare5 merged commit a974bef into main Apr 29, 2026
5 checks passed
@umatare5
umatare5 deleted the fix/goreleaser-build-flags branch April 29, 2026 21:12
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