chore(deps): update goreleaser/goreleaser-action action to v6 (#407)

* chore(deps): update goreleaser/goreleaser-action action to v6

* Update deprecated field in .goreleaser.yaml

* Update goreleaser configuration version

---------

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: João Palet <joao.palet@freiheit.com>
This commit is contained in:
stackit-pipeline 2024-06-19 17:55:07 +02:00 committed by GitHub
parent be3e660ac3
commit 8bcaab1401
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -32,7 +32,7 @@ jobs:
with: with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5 uses: goreleaser/goreleaser-action@v6
with: with:
args: release --clean args: release --clean
env: env:

View file

@ -3,6 +3,8 @@
# Visit https://goreleaser.com for documentation on how to customize this # Visit https://goreleaser.com for documentation on how to customize this
# behavior. # behavior.
version: 2
builds: builds:
- env: - env:
# goreleaser does not work with CGO, it could also complicate # goreleaser does not work with CGO, it could also complicate
@ -56,4 +58,4 @@ release:
# If you want to manually examine the release before its live, uncomment this line: # If you want to manually examine the release before its live, uncomment this line:
# draft: true # draft: true
changelog: changelog:
skip: true disable: true