Skip to content

Commit

Permalink
build(deps): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (s…
Browse files Browse the repository at this point in the history
…emihalev#298)

* build(deps): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5.1.0 to 6.0.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v5.1.0...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* update: fix goreleaser config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yasar Alev <semihalev@gmail.com>
  • Loading branch information
dependabot[bot] and semihalev authored Jun 23, 2024
1 parent 4ab824d commit 80408dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: ^1.21
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5.1.0
uses: goreleaser/goreleaser-action@v6.0.0
with:
version: latest
args: release --clean
Expand Down
10 changes: 6 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

env_files:
github_token: ~/.GH_TOKEN.txt

Expand Down Expand Up @@ -75,14 +77,14 @@ checksum:
algorithm: sha256

changelog:
skip: true
disable: true

nfpms:
- file_name_template: '{{ .ProjectName }}_{{ .Version }}_{{- if eq .Arch "amd64" }}x86_64{{- else }}{{ .Arch }}{{ end }}'
builds:
- nf
homepage: https://sdns.dev
description: Privacy important, fast, recursive dns resolver server with dnssec support
description: A high-performance, recursive DNS resolver server with DNSSEC support, focused on preserving privacy
maintainer: Yasar Alev <semihalev@gmail.com>
license: MIT
bindir: /usr/bin
Expand Down Expand Up @@ -113,9 +115,9 @@ brews:
repository:
owner: semihalev
name: homebrew-tap
folder: Formula
directory: Formula
homepage: https://sdns.dev
description: Privacy important, fast, recursive dns resolver server with dnssec support
description: A high-performance, recursive DNS resolver server with DNSSEC support, focused on preserving privacy
dependencies:
- name: go
type: build
Expand Down

0 comments on commit 80408dd

Please sign in to comment.