File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,7 @@ builds:
18
18
env :
19
19
- CGO_ENABLED=0
20
20
main : ./cmd/golangci-lint/
21
- ldflags :
22
- - -s -w
23
- - -X main.version={{.Version}}
24
- - -X main.commit={{.Commit}}
25
- - -X main.date={{.Date}}
21
+ ldflags : -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}
26
22
27
23
archive :
28
24
format : tar.gz
@@ -53,10 +49,10 @@ changelog:
53
49
- Merge branch
54
50
55
51
dockers :
56
- image_templates :
57
- - " golangci/golangci-lint:latest"
58
- - " golangci/golangci-lint:{{ .Tag }}"
59
- - " golangci/golangci-lint:v{{ .Major }}.{{ .Minor }}"
52
+ - image_templates :
53
+ - " golangci/golangci-lint:latest"
54
+ - " golangci/golangci-lint:{{ .Tag }}"
55
+ - " golangci/golangci-lint:v{{ .Major }}.{{ .Minor }}"
60
56
61
57
brew :
62
58
github :
You can’t perform that action at this time.
0 commit comments