Skip to content

Commit

Permalink
Fix deprecation warning in goreleaser
Browse files Browse the repository at this point in the history
DEPRECATED: `brews.github` should not be used anymore, check https://goreleaser.com/deprecations#brewsgithub for more info.
  • Loading branch information
Sergey Vilgelm committed Jul 10, 2020
1 parent 45db4bd commit b85441f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b85441f

Please sign in to comment.