Skip to content

Commit 372513f

Browse files
Updated goreleaser config wrt mod=mod (#10)
* 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
1 parent 7230611 commit 372513f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ builds:
99
env:
1010
- CGO_ENABLED=0
1111
flags:
12-
- -mod=vendor
12+
- -mod=mod
1313

1414
archives:
1515
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"

0 commit comments

Comments
 (0)