Skip to content

Commit 07efdec

Browse files
committed
goreleaser: remove gopfmt
1 parent e6b9941 commit 07efdec

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@ builds:
2626
ldflags:
2727
- -X github.com/goplus/gop/env.buildVersion=v{{.Version}}
2828
- -X github.com/goplus/gop/env.buildDate={{.Date}}
29-
- id: gopfmt
30-
env:
31-
- CGO_ENABLED=0
32-
goos:
33-
- linux
34-
- windows
35-
- darwin
36-
main: ./cmd/gopfmt
37-
binary: bin/gopfmt
38-
ldflags:
39-
- -X github.com/goplus/gop/env.buildVersion=v{{.Version}}
40-
- -X github.com/goplus/gop/env.buildDate={{.Date}}
4129

4230
archives:
4331
- format: tar.gz
@@ -261,9 +249,6 @@ nfpms:
261249
- src: "/usr/lib/{{ .ProjectName }}/bin/gop"
262250
dst: /usr/bin/gop
263251
type: symlink
264-
- src: "/usr/lib/{{ .ProjectName }}/bin/gopfmt"
265-
dst: /usr/bin/gopfmt
266-
type: symlink
267252

268253
snapcrafts:
269254
- id: gop
@@ -352,11 +337,6 @@ snapcrafts:
352337
aliases: ["gop"]
353338
environment:
354339
GOPROOT: "$SNAP"
355-
gopfmt:
356-
command: "gopfmt"
357-
aliases: ["gopfmt"]
358-
environment:
359-
GOPROOT: "$SNAP"
360340

361341
checksum:
362342
name_template: "{{ .ProjectName }}{{ .Version }}.checksums.txt"

0 commit comments

Comments
 (0)