From 916213c5968d710e9f00407feb58024105ce6457 Mon Sep 17 00:00:00 2001 From: Sergey Vilgelm Date: Thu, 9 Jul 2020 23:45:31 -0500 Subject: [PATCH] Fix deprecation warning in goreleaser (#1224) DEPRECATED: `brews.github` should not be used anymore, check https://goreleaser.com/deprecations#brewsgithub for more info. --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index bb7f1921..bfe79ff0 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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"