Skip to content

🤖 ci: fix GoReleaser warnings#86

Merged
ThomasK33 merged 2 commits intomainfrom
ci/goreleaser-warnings
Feb 14, 2026
Merged

🤖 ci: fix GoReleaser warnings#86
ThomasK33 merged 2 commits intomainfrom
ci/goreleaser-warnings

Conversation

@ThomasK33
Copy link
Member

Summary

  • Fixes GoReleaser warnings seen in Actions run 22005983139 (job 63589721092) by pinning the action to GoReleaser v2 and updating our GoReleaser configuration to v2.

Background

  • The release workflow was installing GoReleaser with version: latest, and GoReleaser v2 emits warnings for v0/v1 config and several deprecated keys.

Implementation

  • Pin goreleaser/goreleaser-action to version: "~> v2".
  • Update .goreleaser.yaml:
    • add version: 2
    • migrate archives.format -> archives.formats
    • migrate dockers -> dockers_v2
  • Update Dockerfile.goreleaser to use $TARGETPLATFORM/... copy layout required by dockers_v2.

Validation

  • goreleaser check
  • go run github.com/rhysd/actionlint/cmd/actionlint@v1.7.10
  • make test
  • make build
  • make verify-vendor
  • make lint

Risks

  • Low; changes are limited to release tooling/config.

Generated with mux • Model: openai:gpt-5.2 • Thinking: xhigh • Cost: $0.00

@ThomasK33
Copy link
Member Author

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Breezy!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@ThomasK33 ThomasK33 added this pull request to the merge queue Feb 14, 2026
@ThomasK33
Copy link
Member Author

@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 14, 2026
@ThomasK33
Copy link
Member Author

@codex review

Fixed merge-queue E2E failure by building the binary into the $TARGETPLATFORM directory layout expected by Dockerfile.goreleaser.

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. 👍

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@ThomasK33 ThomasK33 added this pull request to the merge queue Feb 14, 2026
Merged via the queue into main with commit 8cb24dd Feb 14, 2026
8 checks passed
@ThomasK33 ThomasK33 deleted the ci/goreleaser-warnings branch February 14, 2026 07:26
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