mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue