Skip to content

Commit

Permalink
Updated goreleaser config wrt mod=mod (#10)
Browse files Browse the repository at this point in the history
* updated goreleaser token

* Updated goreleaser config to avoid including version into archive name.

* Ensure working release for amd/arm and linux/darwin

* Updated goreleaser config wrt mod=mod

* Updated goreleaser config wrt mod=mod
  • Loading branch information
filipecosta90 authored Apr 29, 2024
1 parent 7230611 commit 372513f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ builds:
env:
- CGO_ENABLED=0
flags:
- -mod=vendor
- -mod=mod

archives:
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
Expand Down

0 comments on commit 372513f

Please sign in to comment.