Skip to content

Commit

Permalink
Bump goreleaser/goreleaser-action from 2 to 6 (#5)
Browse files Browse the repository at this point in the history
* Bump goreleaser/goreleaser-action from 2 to 6

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 6.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v2...v6)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Adapt goreleaser config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lorenz Kästle <[email protected]>
  • Loading branch information
dependabot[bot] and Lorenz Kästle authored Aug 1, 2024
1 parent a10cf67 commit 49d5d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Run goreleaser in release mode
if: success() && startsWith(github.ref, 'refs/tags/v')
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
Expand Down
6 changes: 1 addition & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# See documentation at https://goreleaser.com
version: 2
before:
hooks:
- go mod download
Expand All @@ -18,11 +19,6 @@ builds:
-X main.date={{.CommitDate}}
release:
github:
archives:
- format: binary
replacements:
linux: Linux
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 49d5d2b

Please sign in to comment.