Skip to content

Commit 8452f81

Browse files
committed
chore(goreleaser): hush deprecation warnings, 2.8+ now required
1 parent b0d25e1 commit 8452f81

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
builds:
24
- id: &build_id_ssh_inscribe ssh-inscribe
35
env:
@@ -30,7 +32,7 @@ builds:
3032
goarch: arm64
3133

3234
archives:
33-
- format: binary
35+
- formats: binary
3436
name_template: >-
3537
{{ .Binary }}-
3638
{{- .Os }}-
@@ -43,7 +45,7 @@ nfpms:
4345
- id: ssh-inscribe
4446
package_name: ssh-inscribe
4547
file_name_template: "{{ .ConventionalFileName }}"
46-
builds: [*build_id_ssh_inscribe]
48+
ids: [*build_id_ssh_inscribe]
4749
vendor: &vendor Anton Aksola
4850
homepage: &homepage https://github.com/aakso/ssh-inscribe
4951
maintainer: &maintainer Anton Aksola <[email protected]>

0 commit comments

Comments
 (0)