Adjust goreleaser file to align with upstream and update docs about go1.16 upgrade
This commit is contained in:
parent
3d6c58d35c
commit
f3c88bc352
@ -49,6 +49,9 @@ builds:
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: '386'
|
||||
- goos: linux
|
||||
goarch: amd64
|
||||
|
||||
binary: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'
|
||||
archives:
|
||||
- format: zip
|
||||
|
Loading…
Reference in New Issue
Block a user