Skip to content

Commit 2a57b85

Browse files
committed
feature: bump to goreleaser version 2
Signed-off-by: Yagiz Degirmenci <[email protected]>
1 parent c593762 commit 2a57b85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
env:
24
- GO111MODULE=on
35
- GOPROXY=https://goproxy.io
@@ -21,9 +23,7 @@ builds:
2123
main: cmd/dstp/dstp.go
2224

2325
archives:
24-
- replacements:
25-
386: i386
26-
amd64: x86_64
26+
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{- title .Os }}_{{ .Arch }}"
2727
format_overrides:
2828
- goos: windows
2929
format: zip

0 commit comments

Comments
 (0)