Skip to content

Commit 2baad46

Browse files
authored
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
1 parent df2bff9 commit 2baad46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/reusable-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: GoReleaser
9494
uses: goreleaser/goreleaser-action@v4
9595
with:
96-
version: v1.16.2
96+
version: v1.20.0
9797
args: release -f=${{ inputs.goreleaser_config}} ${{ inputs.goreleaser_options}}
9898
env:
9999
GITHUB_TOKEN: ${{ secrets.ORG_REPO_TOKEN }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,5 @@ jobs:
189189
- name: Run GoReleaser
190190
uses: goreleaser/goreleaser-action@v4
191191
with:
192-
version: v1.16.2
192+
version: v1.20.0
193193
args: build --snapshot --clean --timeout 90m ${{ steps.goreleaser_id.outputs.id }}

goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ archives:
133133

134134
brews:
135135
-
136-
tap:
136+
repository:
137137
owner: aquasecurity
138138
name: homebrew-trivy
139139
homepage: "https://github.com/aquasecurity/trivy"

0 commit comments

Comments
 (0)