Skip to content

Commit

Permalink
Merge pull request #331 from systemli/fix/goreleaser
Browse files Browse the repository at this point in the history
Migrate goreleaser config to version 2
  • Loading branch information
doobry-systemli authored Jul 16, 2024
2 parents 56aba5e + 959a296 commit 6a71bed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

builds:
- env:
- CGO_ENABLED=0
Expand Down Expand Up @@ -28,4 +30,4 @@ checksum:
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
skip: true
disable: true

0 comments on commit 6a71bed

Please sign in to comment.