diff --git a/Makefile b/Makefile index c8d29e325..a0d36099c 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ lint: ## Run all the linters --enable=errcheck \ --enable=vet \ --enable=vetshadow \ - --deadline=20s \ + --deadline=1m \ ./... ci: lint test ## Run all the tests and code checks diff --git a/README.md b/README.md index 90528ffaa..647d676e8 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ section: repo: user/repo binary_name: my-binary archive: - name_template: "{{.BinaryName}}_{{.Version}}_{{.Os}}_{{.Arch}}" - format: tar.gz + name_template: "{{.BinaryName}}_{{.Version}}_{{.Os}}_{{.Arch}}" + format: tar.gz ``` > Default is "{{.BinaryName}}_{{.Os}}_{{.Arch}}"