Skip to content

Commit

Permalink
Merge pull request #509 from tj-actions/renovate/goreleaser-gorelease…
Browse files Browse the repository at this point in the history
…r-action-5.x

chore(deps): update goreleaser/goreleaser-action action to v5
  • Loading branch information
repo-ranger[bot] committed Sep 11, 2023
2 parents 939ffb5 + 6847fbf commit a36f299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
${{ runner.os }}-go-
- name: GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --clean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go-version-file: 'go.mod'

- name: GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --snapshot --clean
Expand Down

0 comments on commit a36f299

Please sign in to comment.