Skip to content

Commit 9447ba6

Browse files
committed
dev: publish snap
1 parent 5d5f373 commit 9447ba6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.goreleaser.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,19 @@ chocolateys:
134134
skip_publish: false
135135
goamd64: v1
136136

137+
snapcrafts:
138+
- name_template: "{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
139+
grade: stable
140+
confinement: classic
141+
license: GPL-3.0
142+
base: core22
143+
summary: Fast linters runner for Go.
144+
description: |
145+
Runs linters in parallel, uses caching, supports yaml config,
146+
has integrations with all major IDE and has dozens of linters included.
147+
disable: false
148+
publish: true
149+
137150
nfpms:
138151
-
139152
id: golangci-lint-nfpms

0 commit comments

Comments
 (0)