Fix deprecated options in GoReleaser config (#1063)

* Fix deprecated goreleaser options

* Fix Docker COPY paths for goreleaser dockers_v2 platform layout

* Moved ARG definitions, smaller comment

* Update GoReleaser version to `v2.17.0`

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Enrico Candino <enrico.candino@suse.com>
This commit is contained in:
Copilot
2026-07-23 21:22:02 +02:00
committed by GitHub
co-authored by lnx01 Enrico Candino
parent ee8c16bdd2
commit 28bbecb7ee
6 changed files with 58 additions and 85 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ permissions:
contents: read
env:
GORELEASER_VERSION: v2.15.2
GORELEASER_CHECKSUM_x86_64: 0ebdbf0353aba566b969dde746cc4e4806f96c27aa2f3971b229a9df7611fedc
GORELEASER_VERSION: v2.17.0
GORELEASER_CHECKSUM_x86_64: dde10e2d5a13cef969c0eec00c74f359c0ac306d702b1bd291ad9337b4e54c1d
jobs:
build:
+2 -2
View File
@@ -16,8 +16,8 @@ permissions:
id-token: write
env:
GORELEASER_VERSION: v2.15.2
GORELEASER_CHECKSUM_x86_64: 0ebdbf0353aba566b969dde746cc4e4806f96c27aa2f3971b229a9df7611fedc
GORELEASER_VERSION: v2.17.0
GORELEASER_CHECKSUM_x86_64: dde10e2d5a13cef969c0eec00c74f359c0ac306d702b1bd291ad9337b4e54c1d
jobs:
release: