Skip to content

Conversation

@tobio
Copy link
Member

@tobio tobio commented Nov 27, 2025

From the docs.

The config change came up when testing some things locally. It doesn't look like renovate bumps go tools either which is unfortunate.

@tobio tobio self-assigned this Nov 27, 2025
Copilot AI review requested due to automatic review settings November 27, 2025 11:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Goreleaser configuration to use the current syntax by changing the deprecated format field to formats in the archives section. The PR also includes dependency updates in go.mod as a result of running the build locally with the updated configuration.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
.goreleaser.yml Updates archives configuration from deprecated format to formats field
go.mod Updates multiple indirect dependencies to newer versions following the Goreleaser configuration test
Comments suppressed due to low confidence (1)

.goreleaser.yml:34

  • According to YAML syntax, the correct format should use format: (singular) as the key with the value on the same line, not as a list item. The field name should be formats (plural) based on the deprecation notice, but it should be formatted as formats: [zip] or on separate lines without the list marker. Check the Goreleaser documentation for the correct syntax.
- formats: zip

@tobio tobio merged commit 586ff66 into main Nov 27, 2025
54 checks passed
@tobio tobio deleted the goreleaser-deprecated branch November 27, 2025 19:19
tobio added a commit that referenced this pull request Nov 28, 2025
…ata-view-resource

* origin/main:
  fix(deps): update module github.com/hashicorp/go-version to v1.8.0 (#1498)
  chore(deps): update kibana-openapi-spec digest to e84e2eb (#1497)
  Add security list resource (#1489)
  Migrate from deprecated Goreleaser config (#1493)
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.

3 participants