mirror of
https://github.com/rancher/k3k.git
synced 2026-08-18 03:46:31 +00:00
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:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user