## Summary GoReleaser is emitting deprecation warnings during releases that should be addressed before they become errors in a future version. ## Warnings From the v1.61.1 release build: - **`dockers` and `docker_manifests`** are being phased out in favor of `dockers_v2` — https://goreleaser.com/deprecations#dockers - **`brews`** is being phased out in favor of `homebrew_casks` — https://goreleaser.com/deprecations#brews ## Scope - [ ] Migrate `dockers` → `dockers_v2` in v1 `.goreleaser.yml` - [ ] Migrate `docker_manifests` → `dockers_v2` in v1 `.goreleaser.yml` - [ ] Migrate `brews` → `homebrew_casks` in v1 `.goreleaser.yml` - [ ] Apply same changes to v2 `.goreleaser.yml` - [ ] Update nightly configs as needed ## References - GoReleaser deprecations: https://goreleaser.com/deprecations - Context: https://github.com/flipt-io/flipt/actions/runs/22772407725/job/66067382137
Summary
GoReleaser is emitting deprecation warnings during releases that should be addressed before they become errors in a future version.
Warnings
From the v1.61.1 release build:
dockersanddocker_manifestsare being phased out in favor ofdockers_v2— https://goreleaser.com/deprecations#dockersbrewsis being phased out in favor ofhomebrew_casks— https://goreleaser.com/deprecations#brewsScope
dockers→dockers_v2in v1.goreleaser.ymldocker_manifests→dockers_v2in v1.goreleaser.ymlbrews→homebrew_casksin v1.goreleaser.yml.goreleaser.ymlReferences