ci: bump GoReleaser from 1.16.2 to 1.20.0 (#5236)

* chore: replace brews.tap with brews.repository

* ci: bump GoReleaser from 1.16.2 to 1.20.0
This commit is contained in:
Nikita Pivkin
2023-09-26 02:08:53 +07:00
committed by GitHub
parent df2bff9f5e
commit 2baad46189
3 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ jobs:
- name: GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: v1.16.2
version: v1.20.0
args: release -f=${{ inputs.goreleaser_config}} ${{ inputs.goreleaser_options}}
env:
GITHUB_TOKEN: ${{ secrets.ORG_REPO_TOKEN }}

View File

@@ -189,5 +189,5 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: v1.16.2
version: v1.20.0
args: build --snapshot --clean --timeout 90m ${{ steps.goreleaser_id.outputs.id }}

View File

@@ -133,7 +133,7 @@ archives:
brews:
-
tap:
repository:
owner: aquasecurity
name: homebrew-trivy
homepage: "https://github.com/aquasecurity/trivy"