Skip to content

Commit

Permalink
Merge pull request #13 from containerinfra/renovate/goreleaser-gorele…
Browse files Browse the repository at this point in the history
…aser-action-6.x

Update goreleaser/goreleaser-action action to v6
  • Loading branch information
thojkooi committed Jun 9, 2024
2 parents 86cc475 + 94a7476 commit 52a5f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
- name: Run tests
run: go test -v -p 1 ./...
- uses: goreleaser/goreleaser-action@v5
- uses: goreleaser/goreleaser-action@v6
with:
# either 'goreleaser' (default) or 'goreleaser-pro':
distribution: goreleaser
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: stable
# More assembly might be required: Docker logins, GPG, etc.
# It all depends on your needs.
- uses: goreleaser/goreleaser-action@v5
- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit 52a5f47

Please sign in to comment.