Skip to content

Commit 51b6c8f

Browse files
committed
fix deprecated, update release on README
1 parent 9910faa commit 51b6c8f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.goreleaser.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@ builds:
2222
- arm64
2323

2424
archives:
25-
- format: tar.gz
26-
name_template: >-
25+
- name_template: >-
2726
{{ .ProjectName }}_
2827
{{- title .Os }}_
2928
{{- if eq .Arch "amd64" }}x86_64
3029
{{- else if eq .Arch "386" }}i386
3130
{{- else }}{{ .Arch }}{{ end }}
3231
{{- if .Arm }}v{{ .Arm }}{{ end }}
3332
format_overrides:
33+
- goos: linux
34+
format: tar.gz
35+
- goos: darwin
36+
format: tar.gz
3437
- goos: windows
3538
format: zip
3639
3740
checksum:
3841
name_template: 'checksums.txt'
3942

40-
snapshot:
41-
name_template: "{{ incpatch .Version }}-next"
42-
4343
changelog:
4444
sort: asc
4545
filters:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can download the pre-compiled binary for the architecture of your choice fro
99

1010
Unzip the package to a folder of choice, preferably one that's in `$PATH`
1111
```bash
12-
tar -xf binance-proxy_1.0.0_Linux_x86_64.tar.gz -C /usr/local/bin
12+
tar -xf binance-proxy_1.0.2_Linux_x86_64.tar.gz -C /usr/local/bin
1313
```
1414
Starting the proxy:
1515
```bash

0 commit comments

Comments
 (0)