File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,6 @@ builds:
26
26
ldflags :
27
27
- -X github.com/goplus/gop/env.buildVersion=v{{.Version}}
28
28
- -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}}
41
29
42
30
archives :
43
31
- format : tar.gz
@@ -261,9 +249,6 @@ nfpms:
261
249
- src : " /usr/lib/{{ .ProjectName }}/bin/gop"
262
250
dst : /usr/bin/gop
263
251
type : symlink
264
- - src : " /usr/lib/{{ .ProjectName }}/bin/gopfmt"
265
- dst : /usr/bin/gopfmt
266
- type : symlink
267
252
268
253
snapcrafts :
269
254
- id : gop
@@ -352,11 +337,6 @@ snapcrafts:
352
337
aliases : ["gop"]
353
338
environment :
354
339
GOPROOT : " $SNAP"
355
- gopfmt :
356
- command : " gopfmt"
357
- aliases : ["gopfmt"]
358
- environment :
359
- GOPROOT : " $SNAP"
360
340
361
341
checksum :
362
342
name_template : " {{ .ProjectName }}{{ .Version }}.checksums.txt"
You can’t perform that action at this time.
0 commit comments