Fix deprecation warning in goreleaser (#1224)

DEPRECATED: `brews.github` should not be used anymore, check https://goreleaser.com/deprecations#brewsgithub for more info.
This commit is contained in:
Sergey Vilgelm 2020-07-09 23:45:31 -05:00 committed by GitHub
parent b98fda6f34
commit 916213c596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,11 +80,11 @@ dockers:
- "golangci/golangci-lint:v{{ .Major }}.{{ .Minor }}-alpine"
brews:
- github:
- tap:
owner: golangci
name: homebrew-tap
folder: Formula
homepage: https://golangci.com
homepage: https://golangci.com
description: Fast linters runner for Go.
install: |
bin.install "golangci-lint"