Skip to content

Commit 916213c

Browse files
author
Sergey Vilgelm
authored
Fix deprecation warning in goreleaser (#1224)
DEPRECATED: `brews.github` should not be used anymore, check https://goreleaser.com/deprecations#brewsgithub for more info.
1 parent b98fda6 commit 916213c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ dockers:
8080
- "golangci/golangci-lint:v{{ .Major }}.{{ .Minor }}-alpine"
8181

8282
brews:
83-
- github:
83+
- tap:
8484
owner: golangci
8585
name: homebrew-tap
8686
folder: Formula
87-
homepage: https://golangci.com
87+
homepage: https://golangci.com
8888
description: Fast linters runner for Go.
8989
install: |
9090
bin.install "golangci-lint"

0 commit comments

Comments
 (0)