Skip to content

Commit 7f1fe1b

Browse files
authored
goreleaser: fix deprecations (#275)
1 parent 5c9ae80 commit 7f1fe1b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ builds:
2424
- "386"
2525
main: ./cmd/carapace-bridge
2626
binary: carapace-bridge
27-
gobinary: go-termux
27+
tool: go-termux
2828
archives:
2929
- id: default
30-
builds:
30+
ids:
3131
- default
3232
format_overrides:
3333
- goos: windows
34-
format: zip
34+
formats: [zip]
3535
- id: termux
36-
builds:
36+
ids:
3737
- termux
3838
name_template: '{{ .Binary }}_{{ .Version }}_termux_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
3939

0 commit comments

Comments
 (0)