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:
parent
b98fda6f34
commit
916213c596
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user