dev: update deprecated parts of .goreleaser.yml
This commit is contained in:
parent
8510e2477c
commit
9d1610b1e9
@ -26,8 +26,8 @@ builds:
|
||||
main: ./cmd/golangci-lint/
|
||||
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}
|
||||
|
||||
archive:
|
||||
format: tar.gz
|
||||
archives:
|
||||
- format: tar.gz
|
||||
wrap_in_directory: true
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
@ -60,8 +60,8 @@ dockers:
|
||||
- "golangci/golangci-lint:{{ .Tag }}"
|
||||
- "golangci/golangci-lint:v{{ .Major }}.{{ .Minor }}"
|
||||
|
||||
brew:
|
||||
github:
|
||||
brews:
|
||||
- github:
|
||||
owner: golangci
|
||||
name: homebrew-tap
|
||||
folder: Formula
|
||||
|
Loading…
x
Reference in New Issue
Block a user