Adjust goreleaser file to align with upstream and update docs about go1.16 upgrade

This commit is contained in:
Dom Del Nano 2021-03-09 21:30:51 -08:00 committed by Daniel Koschützki
parent 3d6c58d35c
commit f3c88bc352
2 changed files with 4 additions and 1 deletions

View File

@ -49,6 +49,9 @@ builds:
ignore: ignore:
- goos: darwin - goos: darwin
goarch: '386' goarch: '386'
- goos: linux
goarch: amd64
binary: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}' binary: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'
archives: archives:
- format: zip - format: zip

View File

@ -27,7 +27,7 @@ Download the relevant release from the project's [releases page](https://github.
### Dependencies ### Dependencies
* Packer >= v1.7.0 (https://packer.io) * Packer >= v1.7.0 (https://packer.io)
* XenServer / Citrix Hypervisor > 7.6 * XenServer / Citrix Hypervisor > 7.6
* Golang 1.14 * Golang 1.16
## Compile the plugin ## Compile the plugin