File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,11 @@ builds:
18
18
env :
19
19
- CGO_ENABLED=0
20
20
main : ./cmd/golangci-lint/
21
- ldflags : -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
21
+ ldflags :
22
+ - -s -w
23
+ - -X main.version={{.Version}}
24
+ - -X main.commit={{.Commit}}
25
+ - -X main.date={{.Date}}
22
26
23
27
archive :
24
28
format : tar.gz
@@ -49,11 +53,10 @@ changelog:
49
53
- Merge branch
50
54
51
55
dockers :
52
- - image : golangci/golangci-lint
53
- tag_templates :
54
- - ' {{ .Tag }}'
55
- - ' v{{ .Major }}.{{ .Minor }}'
56
- - ' latest'
56
+ image_templates :
57
+ - " golangci/golangci-lint:latest"
58
+ - " golangci/golangci-lint:{{ .Tag }}"
59
+ - " golangci/golangci-lint:v{{ .Major }}.{{ .Minor }}"
57
60
58
61
brew :
59
62
github :
64
67
description : Fast linters runner for Go.
65
68
test : |
66
69
system "#{bin}/golangci-lint --version"
67
-
68
- git :
69
- short_hash : true
You can’t perform that action at this time.
0 commit comments