Skip to content

build: clean up GoReleaser scaffold - #789

Draft
apstndb wants to merge 1 commit into
mainfrom
issue-778-goreleaser-scaffold
Draft

build: clean up GoReleaser scaffold#789
apstndb wants to merge 1 commit into
mainfrom
issue-778-goreleaser-scaffold

Conversation

@apstndb

@apstndb apstndb commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • remove release-time go mod tidy and go generate hooks from GoReleaser
  • migrate archive configuration to GoReleaser's formats lists
  • add Darwin and Linux ARM64 targets to the CI cross-compile matrix

This is the independent GoReleaser scaffold cleanup planned before the slim build variant in #778. It intentionally does not include any slim-variant wiring.

Validation

  • make check
  • make check-race
  • go vet ./...
  • GOOS=darwin GOARCH=arm64 go build ./...
  • GOOS=linux GOARCH=arm64 go build ./...
  • YAML parsing for both changed configuration files
  • goreleaser check
  • make docs-update followed by byte-identity checks for README.md and docs/system_variables.md
  • git diff --check

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the .goreleaser.yaml configuration by removing the before hooks (go mod tidy and go generate ./...) and updating the archive formats to use the plural formats list syntax instead of the singular format field for both the default archive and the Windows override. There are no review comments, so I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@github-actions

Copy link
Copy Markdown

Code Metrics Report

📊 View detailed coverage report (available for 7 days)

main (7e15712) #789 (bcb6619) +/-
Coverage 73.1% 73.1% 0.0%
Code to Test Ratio 1:1.3 1:1.3 0.0
Test Execution Time 1m17s 1m46s +29s
Details
  |                     | main (7e15712) | #789 (bcb6619) | +/-  |
  |---------------------|----------------|----------------|------|
  | Coverage            |          73.1% |          73.1% | 0.0% |
  |   Files             |             93 |             93 |    0 |
  |   Lines             |           7917 |           7917 |    0 |
  |   Covered           |           5794 |           5794 |    0 |
  | Code to Test Ratio  |          1:1.3 |          1:1.3 |  0.0 |
  |   Code              |          18472 |          18472 |    0 |
  |   Test              |          25146 |          25146 |    0 |
- | Test Execution Time |          1m17s |          1m46s | +29s |

Reported by octocov

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