Skip to content

Commit

Permalink
Merge pull request #199 from carapace-sh/dependabot/github_actions/go…
Browse files Browse the repository at this point in the history
…releaser/goreleaser-action-6

build(deps): bump goreleaser/goreleaser-action from 5 to 6
  • Loading branch information
rsteube authored Jun 6, 2024
2 parents 0361609 + 2ce0589 commit d12fae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: go install honnef.co/go/tools/cmd/staticcheck@latest && staticcheck ./...

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
Expand Down

0 comments on commit d12fae5

Please sign in to comment.